diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/GitHubProjects.jsx | 1 | ||||
| -rw-r--r-- | src/components/Guestbook.jsx | 2 | ||||
| -rw-r--r-- | src/components/GuestbookForm.jsx | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/src/components/GitHubProjects.jsx b/src/components/GitHubProjects.jsx index 7497b4a..33b4e64 100644 --- a/src/components/GitHubProjects.jsx +++ b/src/components/GitHubProjects.jsx @@ -1,4 +1,3 @@ -import { h } from 'preact'; import { useState, useEffect } from 'preact/hooks'; const GitHubProjects = ({ username, isOrganization }) => { diff --git a/src/components/Guestbook.jsx b/src/components/Guestbook.jsx index 0e637ab..584a4eb 100644 --- a/src/components/Guestbook.jsx +++ b/src/components/Guestbook.jsx @@ -1,4 +1,4 @@ -import { h, Component } from 'preact'; +import { Component } from 'preact'; import { supabase } from '../services/supabase'; import { formatDate } from "../util"; import sanitizeHtml from 'sanitize-html'; 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"; |
