added mrt, dev

This commit is contained in:
PxlLoewe
2025-05-18 23:21:08 -07:00
parent 6b58f564b2
commit 1b16b365bd
25 changed files with 514 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
"use client";
import { Mrt } from "pilot/_components/mrt/Mrt";
import { Chat } from "../_components/left/Chat";
import { Report } from "../_components/left/Report";
import { usePilotConnectionStore } from "_store/pilot/connectionStore";
@@ -19,6 +20,9 @@ const DispatchPage = () => {
</div>
</div>
<div>{JSON.stringify(activeMission)}</div>
<div>
<Mrt />
</div>
</div>
);
};