delete stationStore

This commit is contained in:
PxlLoewe
2025-05-07 00:51:38 -07:00
parent 50f42e99d3
commit 99531e9abf
2 changed files with 0 additions and 9 deletions

View File

@@ -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 }),
};
});