X7ROOT File Manager
Current Path:
/home/notabjze/pyirates.net/wp-content/plugins/extendify/src/Library/state
home
/
notabjze
/
pyirates.net
/
wp-content
/
plugins
/
extendify
/
src
/
Library
/
state
/
ðŸ“
..
📄
cache.js
(268 B)
📄
global.js
(482 B)
📄
site.js
(1.27 KB)
📄
user.js
(899 B)
Editing: 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' }, ), );
Upload File
Create Folder