edit order
This commit is contained in:
@@ -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: [],
|
||||
|
||||
Reference in New Issue
Block a user