chore: removed unused declarations

This commit is contained in:
JohnMark Sill 2022-01-12 17:17:39 -06:00
parent eca53b1641
commit 3cb537be76

View File

@ -1,7 +1,5 @@
import { Fragment, h } from 'preact';
import { useCallback, useEffect, useRef, useState } from 'preact/hooks';
import { FetchStatus, useEvents } from '../api';
import { useSearchString } from '../hooks/useSearchString';
import { Next } from '../icons/Next';
import { Play } from '../icons/Play';
import { Previous } from '../icons/Previous';