update UI

This commit is contained in:
2026-04-24 14:41:41 +07:00
parent abfaf397ee
commit 36b8ee9ec2
28 changed files with 99446 additions and 339 deletions

View File

@@ -62,6 +62,6 @@ export const useTestStore = create<TestStore>()(
reset: () => set(INITIAL_STATE),
}),
{ name: 'test-store' },
{ name: 'test-store', version: 2 },
),
)