added Callback and custon notification Toast, client notification event handler
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { CSSProperties, useEffect } from "react";
|
||||
import { CSSProperties } from "react";
|
||||
import MrtImage from "./MRT.png";
|
||||
import { useButtons } from "./useButtons";
|
||||
import { useSounds } from "./useSounds";
|
||||
|
||||
@@ -5,7 +5,7 @@ import { Chat } from "../_components/left/Chat";
|
||||
import { Report } from "../_components/left/Report";
|
||||
import { Dme } from "pilot/_components/dme/Dme";
|
||||
import dynamic from "next/dynamic";
|
||||
const Map = dynamic(() => import("../dispatch/_components/map/Map"), {
|
||||
const Map = dynamic(() => import("../_components/map/Map"), {
|
||||
ssr: false,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user