Importing CSS

Add Leaflet CSS

Leaflet needs its stylesheet to display tiles/icons correctly. In Vite React the usual place is src/main.jsx

// src/main.jsx
import React from 'react'
import { createRoot } from 'react-dom/client'
import App from './App'
import 'leaflet/dist/leaflet.css'
Discussion
It seems really fascinating, as a fellow explorer. I'm truing this out .

1

10

2