cleaning up

This commit is contained in:
2025-11-14 14:45:21 +13:00
parent 5bbefb5310
commit 67cf780043
2 changed files with 3 additions and 10 deletions

View File

@@ -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({
<p class="text-left">Chuck me an email if you'd like a print of these, I'll see what I can do</p> -->
</div>
<div slot="content">
<div slot="content" class="">
<Carousel/>
</div>