diff --git a/web/src/components/photos/carousel.astro b/web/src/components/photos/carousel.astro
index ae9c9fc..ec0dcc5 100644
--- a/web/src/components/photos/carousel.astro
+++ b/web/src/components/photos/carousel.astro
@@ -67,11 +67,7 @@ const getImageLink = async (record: any) => {
(window as any).dec = dec;
-
-
+
{JSON.stringify(photos)}
-
-

-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/web/src/pages/photos/index.astro b/web/src/pages/photos/index.astro
index 0402aa7..60d1eca 100644
--- a/web/src/pages/photos/index.astro
+++ b/web/src/pages/photos/index.astro
@@ -1,10 +1,7 @@
---
import Base from "src/layout/Base.astro"
import Carousel from "@components/photos/carousel"
-import Sidebar from "src/components/sidebar.astro"
import { authPB } from 'src/utils/pocketbase'
-import type { RecordModel } from 'pocketbase'
-
const pb = await authPB()
const photos = await pb.collection('photos').getFullList({
@@ -27,7 +24,7 @@ const photos = await pb.collection('photos').getFullList({
Chuck me an email if you'd like a print of these, I'll see what I can do
-->
-