diff --git a/apps/dispatch/app/_store/stationsStore.ts b/apps/dispatch/app/_store/stationsStore.ts deleted file mode 100644 index b713dc50..00000000 --- a/apps/dispatch/app/_store/stationsStore.ts +++ /dev/null @@ -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 }), - }; -}); diff --git a/grafana/grafana.db b/grafana/grafana.db index 1bd6745e..e48da3f2 100644 Binary files a/grafana/grafana.db and b/grafana/grafana.db differ