packages/shared-ui/src/index.ts
// MapView is deliberately NOT re-exported here: react-leaflet touches // `window` at module scope, so the barrel must stay SSR-safe. Import it // directly via `@homesonspec/shared-ui/src/MapView` behind next/dynamic. export * from "./badges";