utopia-ui/src/index.tsx
2022-07-15 12:51:33 +02:00

3 lines
153 B
TypeScript

import { UtopiaMap, Item, Tag } from './Components/Map/UtopiaMap'
import { Layer } from './Components/Map/Layer';
export { UtopiaMap, Item, Tag, Layer };