Rename file nav-bar to bottom-nav-bar
This commit is contained in:
parent
5b8fc12163
commit
7c710ba598
|
@ -7,7 +7,7 @@ import TrophyIcon from 'web/lib/icons/trophy-icon'
|
|||
import { useUser } from 'web/hooks/use-user'
|
||||
import NotificationsIcon from '../notifications-icon'
|
||||
import router from 'next/router'
|
||||
import { userProfileItem } from './nav-bar'
|
||||
import { userProfileItem } from './bottom-nav-bar'
|
||||
|
||||
const mobileGroupNavigation = [
|
||||
{ name: 'Markets', key: 'markets', icon: HomeIcon },
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import clsx from 'clsx'
|
||||
import { ReactNode } from 'react'
|
||||
import { BottomNavBar } from './nav/nav-bar'
|
||||
import { BottomNavBar } from './nav/bottom-nav-bar'
|
||||
import Sidebar from './nav/sidebar'
|
||||
import { Toaster } from 'react-hot-toast'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user