fix quantiti
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { create } from "zustand";
|
||||
|
||||
export const useAuthStore = create((set) => ({
|
||||
phone: "",
|
||||
setPhone(value) {
|
||||
set({ phone: value });
|
||||
},
|
||||
}));
|
||||
Reference in New Issue
Block a user