← back to Homesonspec

packages/shared-ui/src/index.ts

5 lines

// 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";