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";