chore: remove unused import

This commit is contained in:
JohnMark Sill
2022-07-19 07:04:33 -05:00
committed by Blake Blackshear
parent 3b076c28c2
commit 43f05c18d6
@@ -1,5 +1,5 @@
import { h } from 'preact';
import { useCallback, useEffect, useRef, useState } from 'preact/hooks';
import { useCallback, useEffect, useRef } from 'preact/hooks';
import { useApiHost } from '../../api';
import { isNullOrUndefined } from '../../utils/objectUtils';