From 76bde38e22d1efa4b763764b9241fa6a17f5601d Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 23 Sep 2024 12:09:25 -0400 Subject: [PATCH] Remove unused imports --- src/components/search/SearchSuggestions.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/search/SearchSuggestions.tsx b/src/components/search/SearchSuggestions.tsx index 25b9f4c25b..809ad29444 100644 --- a/src/components/search/SearchSuggestions.tsx +++ b/src/components/search/SearchSuggestions.tsx @@ -1,4 +1,4 @@ -import React, { FunctionComponent, useEffect, useState } from 'react'; +import React, { FunctionComponent } from 'react'; import Loading from 'components/loading/LoadingComponent'; import { appRouter } from '../router/appRouter';