From 8aeaf9ab9884ed6f669633b1ab67c1ae219f7916 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 4 Feb 2024 17:33:39 -0500 Subject: Guestbook refreshes once submitting a message --- src/pages/guestbook.astro | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pages/guestbook.astro') diff --git a/src/pages/guestbook.astro b/src/pages/guestbook.astro index 661dff2..9f6ad34 100644 --- a/src/pages/guestbook.astro +++ b/src/pages/guestbook.astro @@ -1,7 +1,6 @@ --- import Page from '../layouts/Page.astro' import "../styles/cards.css"; -import GuestbookForm from '../components/GuestbookForm' import Guestbook from '../components/Guestbook' --- @@ -10,7 +9,6 @@ import Guestbook from '../components/Guestbook'

Welcome to my Guestbook!

Feel free to send a nice message here!

-
-- cgit v1.2.3