diff --git a/frontend/src/Photos/Photo.tsx b/frontend/src/Photos/Photo.tsx index 9983c17..19bb128 100644 --- a/frontend/src/Photos/Photo.tsx +++ b/frontend/src/Photos/Photo.tsx @@ -4,7 +4,7 @@ import { connect } from "react-redux"; import { Dispatch } from "redux"; import { IPhotoReqJSON } from "~../../src/entity/Photo"; import { LoadingStub } from "~LoadingStub"; -import { getPhotoImgPath } from "~redux/api/photos"; +import { getPhotoImgPath, getPhotoThumbPath } from "~redux/api/photos"; import { photoLoadStart } from "~redux/photos/actions"; import { IPhotoState } from "~redux/photos/reducer"; import { IAppState } from "~redux/reducers"; @@ -36,7 +36,7 @@ export const PhotoComponent: React.FunctionComponent = ( ) : (