Preview: Global.js
Size: 257 B
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/extendify_old/src/Launch/state/Global.js
import { create } from 'zustand';
import { devtools } from 'zustand/middleware';
const store = () => ({
generating: false,
});
const withDevtools = devtools(store, { name: 'Extendify Launch Globals' });
export const useGlobalStore = create(withDevtools);
Directory Contents
Dirs: 0 × Files: 5