mirror of
https://github.com/usatiuk/photos.git
synced 2025-10-28 07:27:47 +01:00
docker frontend cache doesn't depend on backend
This commit is contained in:
@@ -42,7 +42,7 @@ import {
|
||||
photoUploadSuccess,
|
||||
} from "./actions";
|
||||
import { IPhotosNewRespBody } from "../../../../src/routes/photos";
|
||||
import { IPhotosListPagination } from "../../../../src/types";
|
||||
import { IPhotosListPagination } from "../../../../src/shared/types";
|
||||
|
||||
// Thanks, https://dev.to/qortex/compute-md5-checksum-for-a-file-in-typescript-59a4
|
||||
function computeChecksumMd5(file: File): Promise<string> {
|
||||
|
||||
Reference in New Issue
Block a user