diff --git a/app/components/place-photo-item.gjs b/app/components/place-photo-upload-item.gjs similarity index 93% rename from app/components/place-photo-item.gjs rename to app/components/place-photo-upload-item.gjs index ddc2bc0..b47cecc 100644 --- a/app/components/place-photo-item.gjs +++ b/app/components/place-photo-upload-item.gjs @@ -13,7 +13,7 @@ const IMAGE_QUALITY = 0.94; const MAX_THUMBNAIL_DIMENSION = 350; const THUMBNAIL_QUALITY = 0.9; -export default class PlacePhotoItem extends Component { +export default class PlacePhotoUploadItem extends Component { @service blossom; @service imageProcessor; @service toast; @@ -106,14 +106,14 @@ export default class PlacePhotoItem extends Component {