Kein Szenerie als Standart + keine Validierung für dieses Szenario

This commit is contained in:
PxlLoewe
2025-10-16 18:05:15 +02:00
parent 3d77ab3b90
commit 4d93ceaf1c
3 changed files with 9 additions and 18 deletions

View File

@@ -3,19 +3,7 @@ import { OSMWay } from "@repo/db";
import { useDispatchConnectionStore } from "_store/dispatch/connectionStore";
import { useMapStore } from "_store/mapStore";
import { usePannelStore } from "_store/pannelStore";
import { XplaneObject } from "@repo/db";
import {
MapPin,
MapPinned,
Radius,
Search,
RulerDimensionLine,
Scan,
Car,
Ambulance,
Siren,
Flame,
} from "lucide-react";
import { MapPin, MapPinned, Search, Car, Ambulance, Siren, Flame } from "lucide-react";
import { getOsmAddress } from "_querys/osm";
import { useEffect, useState } from "react";
import toast from "react-hot-toast";