feat(settings): add settings pages and layout with routing
This commit is contained in:
9
src/pages/setting/system.tsx
Normal file
9
src/pages/setting/system.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
function SystemSetting() {
|
||||
return (
|
||||
<div>
|
||||
<h1>System Setting</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default SystemSetting;
|
||||
Reference in New Issue
Block a user