diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/guestbook.astro | 2 |
1 files changed, 0 insertions, 2 deletions
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' --- <Page title="Guestbook" description="Use this page to send me a message"> @@ -10,7 +9,6 @@ import Guestbook from '../components/Guestbook' <h2>Welcome to my Guestbook!</h2> <p>Feel free to send a nice message here!</p> </div> - <GuestbookForm client:visible /> <Guestbook client:visible /> </main> </Page> |
