????
| Current Path : /proc/self/root/home/arabianr/public_html/wp-content/plugins/extendify/src/Launch/state/ |
| Current File : //proc/self/root/home/arabianr/public_html/wp-content/plugins/extendify/src/Launch/state/factory.js |
import { create } from 'zustand';
import { devtools } from 'zustand/middleware';
export const pageState = (name, dataCb) =>
create(devtools(dataCb, { name: `Extendify Launch ${name}` }));