feat: settings screens

This commit is contained in:
2024-04-02 13:19:26 +07:00
parent 09aa2ecafc
commit 89bb8d88f6
20 changed files with 419 additions and 74 deletions

View File

@@ -37,6 +37,7 @@ const router = createRouter({
ark: undefined!,
platform: platformName,
locale: osLocale,
settings: null,
queryClient,
},
});