From 81e4680f55694933d2e08064464d1b86f6845c28 Mon Sep 17 00:00:00 2001 From: nocnico Date: Tue, 20 May 2025 21:54:23 +0200 Subject: [PATCH] MRT DME position --- apps/dispatch/app/pilot/page.tsx | 31 +++++++++++++++++++++---------- 1 file changed, 21 insertions(+), 10 deletions(-) diff --git a/apps/dispatch/app/pilot/page.tsx b/apps/dispatch/app/pilot/page.tsx index 54f550c2..336d3d2a 100644 --- a/apps/dispatch/app/pilot/page.tsx +++ b/apps/dispatch/app/pilot/page.tsx @@ -9,32 +9,43 @@ const Map = dynamic(() => import("../dispatch/_components/map/Map"), { ssr: false, }); -// ...existing code... const DispatchPage = () => { return (
{/* */} -
+
-
-
- -
-
- +
+ +
+
+
+
+
+

MRT & DME

+
+
+ +
+
+
+
+ +
+
+
+
-
); }; -// ...existing code... DispatchPage.displayName = "DispatchPage";