/** * SSR Test for Map Component * * This test runs in a Node environment without browser APIs * to ensure true SSR compatibility. * * The Map component uses "use client" directive and requires browser APIs * (MapLibre GL, canvas, WebGL). It should gracefully handle SSR by not * rendering map content on the server. */ export {}; //# sourceMappingURL=map.ssr.test.d.ts.map