Save pay later messaging config to database

This commit is contained in:
Emili Castells Guasch 2025-01-30 16:39:26 +01:00
parent a652f21629
commit 66c6fb17b8
6 changed files with 70 additions and 37 deletions

View file

@ -34,7 +34,7 @@ const useHooks = () => {
};
};
export const useState = () => {
export const useStore = () => {
const { persist, isReady } = useHooks();
return { persist, isReady };
};