diff --git a/app/map/page.tsx b/app/map/page.tsx index eb1b72b..0767a1b 100644 --- a/app/map/page.tsx +++ b/app/map/page.tsx @@ -3,6 +3,7 @@ import { useState, useEffect } from "react"; import dynamic from "next/dynamic"; import Link from "next/link"; +import { signOut } from "next-auth/react"; const MapView = dynamic(() => import("@/components/map/MapView"), { ssr: false, @@ -127,7 +128,7 @@ export default function MapPage() { {/* Spacer to push buttons to the right */}
- {/* Export and Admin Buttons */} + {/* Export, Admin and Logout Buttons */}
Admin +