chore: remove unused import

This commit is contained in:
JohnMark Sill 2022-06-24 09:45:55 -05:00 committed by Blake Blackshear
parent 3b076c28c2
commit 43f05c18d6

View File

@ -1,5 +1,5 @@
import { h } from 'preact'; import { h } from 'preact';
import { useCallback, useEffect, useRef, useState } from 'preact/hooks'; import { useCallback, useEffect, useRef } from 'preact/hooks';
import { useApiHost } from '../../api'; import { useApiHost } from '../../api';
import { isNullOrUndefined } from '../../utils/objectUtils'; import { isNullOrUndefined } from '../../utils/objectUtils';