mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-30 23:16:52 +00:00
init game theme
This commit is contained in:
9
themes/game/components/NavBar.js
Normal file
9
themes/game/components/NavBar.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { MenuList } from './MenuList'
|
||||
|
||||
export default function NavBar({ className }) {
|
||||
return (
|
||||
<nav className={className}>
|
||||
<MenuList />
|
||||
</nav>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user