mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
added pro page
This commit is contained in:
parent
0c2f6dd8f5
commit
2f652504a6
13
packages/app/src/pages/pro/index.jsx
Normal file
13
packages/app/src/pages/pro/index.jsx
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
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>
|
||||||
|
}
|
5
packages/app/src/pages/pro/index.less
Normal file
5
packages/app/src/pages/pro/index.less
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
.proManager {
|
||||||
|
.banner {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user