mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
15 lines
310 B
JavaScript
Executable File
15 lines
310 B
JavaScript
Executable File
import React from "react"
|
|
|
|
import "./index.less"
|
|
|
|
export default (props) => {
|
|
return <div className="music-dashboard">
|
|
<div className="music-dashboard_header">
|
|
<h1>Your Dashboard</h1>
|
|
</div>
|
|
|
|
<div className="music-dashboard_content">
|
|
|
|
</div>
|
|
</div>
|
|
} |