gallery
This commit is contained in:
5
src/state.ts
Normal file
5
src/state.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { ReactImageGalleryItem } from 'react-image-gallery';
|
||||
import data from './gallery.json';
|
||||
|
||||
|
||||
export const imageGalleryItems: ReactImageGalleryItem[] = data;
|
||||
Reference in New Issue
Block a user