?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/extendify/src/Launch/state/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/extendify/src/Launch

?? Viewing: 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);


??

??