delete stationStore
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
import { create } from "zustand";
|
|
||||||
import { socket } from "../dispatch/socket";
|
|
||||||
|
|
||||||
export const useStationStore = create((set) => {
|
|
||||||
return {
|
|
||||||
stations: [],
|
|
||||||
setStations: (stations: any) => set({ stations }),
|
|
||||||
};
|
|
||||||
});
|
|
||||||
Binary file not shown.
Reference in New Issue
Block a user