Skip to content

Commit

Permalink
Unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Dec 17, 2024
1 parent 4576bc9 commit 47fe38c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/pages/guestbook.astro
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
---
import {
Guestbook as GuestbookDB,
count,
db,
desc,
eq,
isNull,
or,
} from "astro:db";
import { Guestbook as GuestbookDB, count, db, desc, eq } from "astro:db";
import { Icon } from "src/components/Icon/Icon";
import Center from "../components/Center.astro";
Expand Down

0 comments on commit 47fe38c

Please sign in to comment.