Current File : /home/kelaby89/kayautoparts.com/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}` }));
Page not found – Hello World !