add dwd type

This commit is contained in:
2025-07-26 12:27:34 +02:00
parent 53da0f740c
commit ab1d2242c3
6 changed files with 15 additions and 8 deletions
-1
View File
@@ -1,7 +1,6 @@
import { useEffect } from "react";
import TimetableRow from "@/components/TimetableRow/TimetableRow";
import { useKVVStore } from "@/store/kvv";
import type { DepartureType } from "@/types/departureType";