D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
hrfiudwx
/
smallbizsavvytips.com
/
fixxx
/
wp-content
/
plugins
/
extendify
/
src
/
Launch
/
state
/
Filename :
Global.js
back
Copy
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);