forked from Github/frigate
chore: remove unused import
This commit is contained in:
committed by
Blake Blackshear
parent
3b076c28c2
commit
43f05c18d6
@@ -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';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user