mirror of
https://github.com/handsomezhuzhu/personal-navigation-site.git
synced 2026-02-20 19:50:16 +00:00
Initialized repository for chat Personal navigation site
Co-authored-by: Simon <85533298+handsomezhuzhu@users.noreply.github.com>
This commit is contained in:
9
app/page.tsx
Normal file
9
app/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { SiteNavigation } from "@/components/site-navigation"
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="min-h-screen bg-background">
|
||||
<SiteNavigation />
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user