whoami7 - Manager
:
/
home
/
topsuzmw
/
public_html
/
wp-content
/
plugins
/
extendify
/
src
/
Library
/
state
/
Upload File:
files >> /home/topsuzmw/public_html/wp-content/plugins/extendify/src/Library/state/cache.js
import { create } from 'zustand'; import { persist } from 'zustand/middleware'; export const useCacheStore = create( persist( (set) => ({ categories: [], setCategories: (categories) => set({ categories }), }), { name: `extendify-library-cache-${window.extSharedData.siteId}` }, ), );
Copyright ©2021 || Defacer Indonesia