diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2024-02-09 15:19:53 +0000 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2024-02-09 15:19:53 +0000 |
| commit | f38935fe06d823069a124185356c1d59f741ee8e (patch) | |
| tree | 5a437420f818dbaaeec3b36fb7fc4cc5708b2568 /src/components/GuestbookForm.jsx | |
| parent | 87545a1389d1ebc93b020ce7c5df671a9e105f84 (diff) | |
| download | personal-website-f38935fe06d823069a124185356c1d59f741ee8e.tar.gz personal-website-f38935fe06d823069a124185356c1d59f741ee8e.tar.bz2 personal-website-f38935fe06d823069a124185356c1d59f741ee8e.zip | |
Tweaks
Diffstat (limited to 'src/components/GuestbookForm.jsx')
| -rw-r--r-- | src/components/GuestbookForm.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/GuestbookForm.jsx b/src/components/GuestbookForm.jsx index d0fcbce..613c9d3 100644 --- a/src/components/GuestbookForm.jsx +++ b/src/components/GuestbookForm.jsx @@ -1,4 +1,4 @@ -import { h, Component } from 'preact'; +import { Component } from 'preact'; import { createMessage } from '../services/GuestbookService'; import '../styles/GuestbookForm.css'; import { marked } from "marked"; |
