wip: settings screen

This commit is contained in:
reya
2023-11-15 14:20:45 +07:00
parent 04c1223f2e
commit 875225591a
19 changed files with 500 additions and 453 deletions
+3
View File
@@ -0,0 +1,3 @@
export function AdvancedSettingScreen() {
return <div></div>;
}