feat: finish main layout

This commit is contained in:
GyDi
2021-12-08 23:36:34 +08:00
parent efc1669b3e
commit a1e99e5303
13 changed files with 273 additions and 92 deletions

5
src/pages/setting.tsx Normal file
View File

@@ -0,0 +1,5 @@
const SettingPage = () => {
return <h1>Setting</h1>;
};
export default SettingPage;