mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 19:44:15 +00:00
return empty page on /music
This commit is contained in:
parent
30c12922ec
commit
fa89325b9d
7
packages/app/src/pages/music/index.jsx
Normal file
7
packages/app/src/pages/music/index.jsx
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
import React from "react"
|
||||||
|
|
||||||
|
export default (props) => {
|
||||||
|
return <div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user