remove unused route

This commit is contained in:
SrGooglo 2023-03-31 17:51:34 +00:00
parent 5ba5966d60
commit bb247d5fd5
2 changed files with 0 additions and 18 deletions

View File

@ -1,13 +0,0 @@
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

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