mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-18 06:54:15 +00:00
Format
This commit is contained in:
parent
f13d950e48
commit
6f72701106
@ -1,10 +1,6 @@
|
|||||||
import React from "react"
|
|
||||||
|
|
||||||
import { Icons } from "@components/Icons"
|
import { Icons } from "@components/Icons"
|
||||||
import { PagePanelWithNavMenu } from "@components/PagePanels"
|
import { PagePanelWithNavMenu } from "@components/PagePanels"
|
||||||
|
|
||||||
import useCenteredContainer from "@hooks/useCenteredContainer"
|
|
||||||
|
|
||||||
import Tabs from "./tabs"
|
import Tabs from "./tabs"
|
||||||
|
|
||||||
const NavMenuHeader = (
|
const NavMenuHeader = (
|
||||||
@ -14,9 +10,7 @@ const NavMenuHeader = (
|
|||||||
</h2>
|
</h2>
|
||||||
)
|
)
|
||||||
|
|
||||||
export default () => {
|
const MusicPage = () => {
|
||||||
useCenteredContainer(false)
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<PagePanelWithNavMenu
|
<PagePanelWithNavMenu
|
||||||
tabs={Tabs}
|
tabs={Tabs}
|
||||||
@ -28,3 +22,5 @@ export default () => {
|
|||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export default MusicPage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user