PATH:
home
/
bkunreyz
/
ezdatarecovery.net
/
wp-content
/
plugins
/
extendify
/
src
/
Launch
/
state
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);
[-] factory.js
[edit]
[-] Global.js
[edit]
[+]
..
[-] Pages.js
[edit]
[-] user-selections.js
[edit]
[-] pages-selections.js
[edit]