Added soem things

This commit is contained in:
PxlLoewe
2025-05-20 11:33:08 -07:00
parent 0394e0a97e
commit a7372edfb5
22 changed files with 111 additions and 169 deletions

View File

@@ -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>
);