WIP Mission Popup
This commit is contained in:
@@ -7,7 +7,7 @@ import { cn } from "helpers/cn";
|
||||
import dynamic from "next/dynamic";
|
||||
const Map = dynamic(() => import("./_components/map/Map"), { ssr: false });
|
||||
|
||||
export default () => {
|
||||
const DispatchPage = () => {
|
||||
const { isOpen } = usePannelStore();
|
||||
return (
|
||||
<div className="relative flex-1 flex transition-all duration-500 ease w-full">
|
||||
@@ -27,3 +27,7 @@ export default () => {
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
DispatchPage.displayName = "DispatchPage";
|
||||
|
||||
export default DispatchPage;
|
||||
|
||||
Reference in New Issue
Block a user