From 9583158a6fae6f6db97ae46439a523afc8b3be3c Mon Sep 17 00:00:00 2001 From: mhartlage3 Date: Sat, 28 Oct 2023 10:51:36 -0400 Subject: [PATCH] fix linting --- src/components/HeaderDisplay/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/HeaderDisplay/index.tsx b/src/components/HeaderDisplay/index.tsx index bfff7fe3..b9aac8b4 100644 --- a/src/components/HeaderDisplay/index.tsx +++ b/src/components/HeaderDisplay/index.tsx @@ -17,9 +17,7 @@ import useScreenWidth from '../../hooks/useScreenWidth'; import HeaderActionBar from '../HeaderActionBar'; import Modal from '../Modal'; import { AccountContextValue } from '../../contexts/account'; - import { Term } from '../../types'; - import './stylesheet.scss'; type VersionState =