From 55850faf5809ccb268f67b63bab76f505ef75a5c Mon Sep 17 00:00:00 2001 From: John Russel Fontillas Date: Mon, 18 Nov 2024 10:45:34 +0800 Subject: [PATCH] Resolved the Build frontend Github --- .../components/molecules/NotificationFilterDropdown/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/components/molecules/NotificationFilterDropdown/index.tsx b/client/src/components/molecules/NotificationFilterDropdown/index.tsx index 7fd549a0..9bc4ad8b 100644 --- a/client/src/components/molecules/NotificationFilterDropdown/index.tsx +++ b/client/src/components/molecules/NotificationFilterDropdown/index.tsx @@ -1,5 +1,4 @@ import classNames from 'classnames' -import { useRouter } from 'next/router' import { Menu } from '@headlessui/react' import React, { FC, ReactNode } from 'react' @@ -18,7 +17,6 @@ type Props = { } const NotificationFilterDropdown: FC = (props): JSX.Element => { - const router = useRouter() const { children,