mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added pro page
This commit is contained in:
parent
e340dfe482
commit
81ea9d1b17
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