File "Global.js"
Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/wp-content/plugins/extendify/src/Launch/state/Global.js
File size: 257 bytes
MIME-type: text/x-java
Charset: utf-8
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);