edit order

This commit is contained in:
hamid zarghami
2026-02-01 16:13:40 +03:30
parent 5c536667b1
commit 3d53661c9a
13 changed files with 631 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { create } from "zustand";
import type { StoreType } from "../type/Types";
import type { StoreType } from "../types/Types";
export const useOrderStore = create<StoreType>((set) => ({
items: [],