This commit is contained in:
SrGooglo 2025-06-16 20:49:56 +00:00
parent f13d950e48
commit 6f72701106

View File

@ -1,10 +1,6 @@
import React from "react"
import { Icons } from "@components/Icons"
import { PagePanelWithNavMenu } from "@components/PagePanels"
import useCenteredContainer from "@hooks/useCenteredContainer"
import Tabs from "./tabs"
const NavMenuHeader = (
@ -14,9 +10,7 @@ const NavMenuHeader = (
</h2>
)
export default () => {
useCenteredContainer(false)
const MusicPage = () => {
return (
<PagePanelWithNavMenu
tabs={Tabs}
@ -28,3 +22,5 @@ export default () => {
/>
)
}
export default MusicPage