This commit is contained in:
2023-03-12 00:42:40 +01:00
parent 8732b43c8a
commit 6932610e86
12 changed files with 266 additions and 4 deletions

View File

@ -2,4 +2,9 @@ import { ReactImageGalleryItem } from 'react-image-gallery';
const {gallery} = window.globalThis as any;
console.log(gallery);
const {gallery2} = window.globalThis as any;
console.log(gallery2);
export const imageGalleryItems: ReactImageGalleryItem[] = gallery;
export const {photos} = gallery2;
export const {videos} = gallery2;