mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
added about
page
This commit is contained in:
parent
bba10b30e3
commit
2664548fac
10
packages/app/src/pages/about/index.jsx
Normal file
10
packages/app/src/pages/about/index.jsx
Normal file
@ -0,0 +1,10 @@
|
||||
import React from "react"
|
||||
import { AboutApp } from "components"
|
||||
|
||||
import "./index.less"
|
||||
|
||||
export default (props) => {
|
||||
return <div className="app_about">
|
||||
<AboutApp.Card />
|
||||
</div>
|
||||
}
|
0
packages/app/src/pages/about/index.less
Normal file
0
packages/app/src/pages/about/index.less
Normal file
Loading…
x
Reference in New Issue
Block a user