diff --git a/src/components/BottomNavigationBar/index.tsx b/src/components/BottomNavigationBar/index.tsx index 2f0bd225..78529819 100644 --- a/src/components/BottomNavigationBar/index.tsx +++ b/src/components/BottomNavigationBar/index.tsx @@ -1,18 +1,14 @@ import { cn } from '@/lib/utils' -import { useDeepBrowsing } from '@/providers/DeepBrowsingProvider' import AccountButton from './AccountButton' import HomeButton from './HomeButton' import NotificationsButton from './NotificationsButton' import PostButton from './PostButton' export default function BottomNavigationBar() { - const { deepBrowsing } = useDeepBrowsing() - return (