This commit is contained in:
2023-03-07 16:14:45 +01:00
parent 686bfe30cc
commit 8409503ee6
11 changed files with 1569 additions and 77 deletions

5
src/state.ts Normal file
View File

@ -0,0 +1,5 @@
import { ReactImageGalleryItem } from 'react-image-gallery';
import data from './gallery.json';
export const imageGalleryItems: ReactImageGalleryItem[] = data;