From 43f05c18d6535ca4615c690a64ec330dee9174ad Mon Sep 17 00:00:00 2001 From: JohnMark Sill Date: Fri, 24 Jun 2022 09:45:55 -0500 Subject: [PATCH] chore: remove unused import --- web/src/components/HistoryViewer/HistoryVideo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/HistoryViewer/HistoryVideo.tsx b/web/src/components/HistoryViewer/HistoryVideo.tsx index 2352c89c7..b7cc86559 100644 --- a/web/src/components/HistoryViewer/HistoryVideo.tsx +++ b/web/src/components/HistoryViewer/HistoryVideo.tsx @@ -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';