chore: remove redundant code

This commit is contained in:
Hossein Mehrabi 2023-06-01 23:51:04 +03:30
parent 20ed040453
commit 6d1fa19e6f
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ import { uiConfigs } from '@/configs/ui.configs'
import { useIsScrolling, useOutsideClick, useSticky } from '@/utils/ui.utils'
import { PropsWithChildren, useEffect } from 'react'
import { nope } from '@/utils/general.utils'
import { useRaf } from 'react-use'
import { useRouter } from 'next/router'
type Props = PropsWithChildren<{
onUnfocus?: () => void