X7ROOT File Manager
Current Path:
/home/notabjze/pyirates.net/wp-content/plugins/extendify/src/Launch/state
home
/
notabjze
/
pyirates.net
/
wp-content
/
plugins
/
extendify
/
src
/
Launch
/
state
/
ðŸ“
..
📄
Global.js
(257 B)
📄
Pages.js
(2.77 KB)
📄
factory.js
(190 B)
📄
user-selections.js
(3.03 KB)
Editing: 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);
Upload File
Create Folder