Fehler Melden Knopf hinzugefügt
This commit is contained in:
@@ -7,6 +7,7 @@ import dynamic from "next/dynamic";
|
||||
import { Chat } from "../../_components/left/Chat";
|
||||
import { Report } from "../../_components/left/Report";
|
||||
import { SituationBoard } from "_components/left/SituationBoard";
|
||||
import { BugReport } from "_components/left/BugReport";
|
||||
|
||||
const Map = dynamic(() => import("../../_components/map/Map"), { ssr: false });
|
||||
|
||||
@@ -22,6 +23,9 @@ const DispatchPage = () => {
|
||||
<div className="mt-2">
|
||||
<Report />
|
||||
</div>
|
||||
<div className="mt-2">
|
||||
<BugReport />
|
||||
</div>
|
||||
</div>
|
||||
<div className="absolute left-0 top-19/20 transform -translate-y-1/2 pl-4 z-999999">
|
||||
<div className="flex items-center justify-between gap-4">
|
||||
|
||||
Reference in New Issue
Block a user