added pro page

This commit is contained in:
SrGooglo 2022-11-28 13:29:36 +00:00
parent e340dfe482
commit 81ea9d1b17
2 changed files with 18 additions and 0 deletions

View 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>
}

View File

@ -0,0 +1,5 @@
.proManager {
.banner {
}
}