wip: settings screen

This commit is contained in:
2023-11-15 14:20:45 +07:00
parent 04c1223f2e
commit 875225591a
19 changed files with 500 additions and 453 deletions

View File

@@ -0,0 +1,3 @@
export function GeneralSettingScreen() {
return <div></div>;
}