Added soem things
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
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";
|
||||
import { Dme } from "pilot/_components/dme/Dme";
|
||||
|
||||
const DispatchPage = () => {
|
||||
@@ -19,8 +18,12 @@ const DispatchPage = () => {
|
||||
</div>
|
||||
</div>
|
||||
<div className="flex flex-col">
|
||||
<Mrt />
|
||||
<Dme />
|
||||
<div className="relative flex-1">
|
||||
<Mrt />
|
||||
</div>
|
||||
<div className="relative flex-1">
|
||||
<Dme />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user