Live Alert Dashboard
Google Maps API Key Missing
To display the map, you need to provide a Google Maps API key. Please create a .env.local file in the root of your project and add the following line:
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY="YOUR_API_KEY"Make sure you have enabled the "Maps JavaScript API" in your Google Cloud Console.