File "factory.js"

Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/wp-content/plugins/extendify/src/Launch/state/factory.js
File size: 190 bytes
MIME-type: text/x-java
Charset: utf-8

import { create } from 'zustand';
import { devtools } from 'zustand/middleware';

export const pageState = (name, dataCb) =>
	create(devtools(dataCb, { name: `Extendify Launch ${name}` }));