Skip to content

Commit

Permalink
Resolved the Build frontend Github
Browse files Browse the repository at this point in the history
  • Loading branch information
Fontilllas committed Nov 18, 2024
1 parent 41ace7a commit 55850fa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import classNames from 'classnames'
import { useRouter } from 'next/router'
import { Menu } from '@headlessui/react'
import React, { FC, ReactNode } from 'react'

Expand All @@ -18,7 +17,6 @@ type Props = {
}

const NotificationFilterDropdown: FC<Props> = (props): JSX.Element => {
const router = useRouter()

const {
children,
Expand Down

0 comments on commit 55850fa

Please sign in to comment.