Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Dec 17, 2024
1 parent 9685846 commit 1b672fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/guestbook.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
isNull,
or,
} from "astro:db";
import { not } from "astro:db";
import { Icon } from "src/components/Icon/Icon";
import Center from "../components/Center.astro";
import Notecard from "../components/Notecard/Notecard.astro";
Expand Down

0 comments on commit 1b672fd

Please sign in to comment.