karusell
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user