wip: refactor

This commit is contained in:
Ren Amamiya
2023-08-15 21:13:58 +07:00
parent 6e28bcdb96
commit 2d53019c10
36 changed files with 603 additions and 552 deletions

View File

@@ -30,7 +30,7 @@ export const useWidgets = create<WidgetState>()(
},
}),
{
name: 'blocks',
name: 'widgets',
storage: createJSONStorage(() => localStorage),
}
)