Fix some bugs #34

This commit is contained in:
nocnico
2025-06-05 22:56:17 +02:00
parent 077bf85ad8
commit ea21c8d141
4 changed files with 118 additions and 12 deletions

View File

@@ -5,6 +5,7 @@ import { Chat } from "../_components/left/Chat";
import { Report } from "../_components/left/Report";
import { Dme } from "pilot/_components/dme/Dme";
import dynamic from "next/dynamic";
import { ConnectedDispatcher } from "./_components/ConnectedDispatcher";
const Map = dynamic(() => import("../_components/map/Map"), {
ssr: false,
});
@@ -22,6 +23,7 @@ const DispatchPage = () => {
</div>
<div className="flex w-2/3 h-full">
<Map />
<ConnectedDispatcher />
</div>
<div className="flex w-1/3 h-full">
<div className="flex flex-col w-full h-full p-4 bg-base-300">