(hopefully) working photos upload backend

This commit is contained in:
2020-10-13 23:58:49 +03:00
committed by Stepan Usatiuk
parent 755e849ded
commit 2887aedc3c
19 changed files with 1255 additions and 104 deletions

View File

@@ -8,7 +8,7 @@ export interface IOverviewComponentProps {
fetching: boolean;
spinner: boolean;
fetchDocs: () => void;
fetchPhotos: () => void;
}
export function OverviewComponent() {