feat: explore (#85)

This commit is contained in:
Cody Tseng
2025-02-11 16:33:31 +08:00
committed by GitHub
parent 80893ec033
commit b91f46723e
35 changed files with 811 additions and 179 deletions

View File

@@ -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>