Remove unused useEffect import
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { CalendarIcon } from "@/icons/jsx/calendarIcon";
|
||||
import { useEffect, useState } from "preact/hooks"
|
||||
import { useState } from "preact/hooks"
|
||||
|
||||
export function upcomingEvent(props: { event: UpcomingEvent }) {
|
||||
const [ isOpen, setIsOpen ] = useState<boolean>(false);
|
||||
|
||||
Reference in New Issue
Block a user