feat: explore (#85)
This commit is contained in:
parent
80893ec033
commit
b91f46723e
35 changed files with 811 additions and 179 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import { cn } from '@/lib/utils'
|
||||
import AccountButton from './AccountButton'
|
||||
import ExploreButton from './ExploreButton'
|
||||
import HomeButton from './HomeButton'
|
||||
import NotificationsButton from './NotificationsButton'
|
||||
import PostButton from './PostButton'
|
||||
|
||||
export default function BottomNavigationBar() {
|
||||
return (
|
||||
|
|
@ -16,7 +16,7 @@ export default function BottomNavigationBar() {
|
|||
}}
|
||||
>
|
||||
<HomeButton />
|
||||
<PostButton />
|
||||
<ExploreButton />
|
||||
<NotificationsButton />
|
||||
<AccountButton />
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue