diff --git a/src/components/photo/PhotoGallery.astro b/src/components/photo/PhotoGallery.astro index b49305a..9f7313a 100644 --- a/src/components/photo/PhotoGallery.astro +++ b/src/components/photo/PhotoGallery.astro @@ -1,7 +1,6 @@ --- import CategoryNav from './CategoryNav.astro'; import Slideshow from './Slideshow.astro'; -import SlideControls from './SlideControls.astro'; import favorites from '../../data/favorites.json'; import type { Locale } from '../../utils/i18n'; @@ -54,7 +53,6 @@ const imagesForJS = JSON.stringify(images.map(img => ({