Skip to content

Commit

Permalink
Added component to index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Jan 27, 2024
1 parent 6588d5e commit 91f0579
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/geospatial/src/components/CoreDataPlace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface CoreDataPlaceProps {

}

export const CoreDataPlace = (props: CoreDataPlaceProps) => {
const CoreDataPlace = (props: CoreDataPlaceProps) => {

return (
<Peripleo>
Expand Down Expand Up @@ -88,3 +88,5 @@ export const CoreDataPlaceLayer = (props: CoreDataPlaceLayerProps) => {
)

}

export default CoreDataPlace;
1 change: 1 addition & 0 deletions packages/geospatial/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
// Components
export { default as DrawControl } from './components/DrawControl';
export { default as MapDraw } from './components/MapDraw';
export { default as CoreDataPlace } from './components/CoreDataPlace';

0 comments on commit 91f0579

Please sign in to comment.