feat: readd for you column

This commit is contained in:
2024-04-04 13:47:15 +07:00
parent 174b28f1a7
commit 999073f84c
34 changed files with 984 additions and 647 deletions

View File

@@ -28,7 +28,7 @@ const persister = createSyncStoragePersister({
const ark = new Ark();
const platformName = await platform();
const osLocale = (await locale()).slice(0, 2);
const osLocale = await locale();
// Set up a Router instance
const router = createRouter({
@@ -37,6 +37,8 @@ const router = createRouter({
platform: platformName,
locale: osLocale,
settings: null,
accounts: null,
interests: null,
ark,
queryClient,
},