Rewrite web front-end using React
This is a big commit, some font-end function are still working, including manage, error handle, as others.
This commit is contained in:
9
web/src/component/Manage.js
Normal file
9
web/src/component/Manage.js
Normal file
@@ -0,0 +1,9 @@
|
||||
function Manage() {
|
||||
return (
|
||||
<div>
|
||||
<h2>Manage</h2>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Manage;
|
||||
Reference in New Issue
Block a user