mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-12 12:04:16 +00:00
13 lines
253 B
JavaScript
Executable File
13 lines
253 B
JavaScript
Executable File
import React from "react"
|
|
import config from "config"
|
|
|
|
import "./index.less"
|
|
|
|
export default () => {
|
|
return <div className="proManager">
|
|
<div className="banner">
|
|
<h1>{config.app.siteName} PRO</h1>
|
|
|
|
</div>
|
|
</div>
|
|
} |