Skip to content

Instantly share code, notes, and snippets.

@FritzHH
FritzHH / zustand
Created September 18, 2025 16:05
zustand store for chat gpt
/* eslint-disable */
import { create } from "zustand";
import {
CUSTOMER_PROTO,
FRITZ_USER_OBJ,
INVENTORY_ITEM_PROTO,
PRIVILEDGE_LEVELS,
TAB_NAMES,
TIME_PUNCH_PROTO,