added mrt, dev
This commit is contained in:
@@ -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>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user