Working Version

This commit is contained in:
sumona-banerjeee
2026-02-05 17:24:46 +05:30
parent 7b1682ab7a
commit 86c23e01ad
5 changed files with 228 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ import type { Metadata } from "next"
import { Geist, Geist_Mono } from "next/font/google"
import { Analytics } from "@vercel/analytics/next"
import "./globals.css"
import "leaflet/dist/leaflet.css"
const _geist = Geist({ subsets: ["latin"] })
const _geistMono = Geist_Mono({ subsets: ["latin"] })