diff --git a/packages/storybook/src/geospatial/CoreDataPlace.css b/packages/geospatial/src/components/CoreDataPlace.css similarity index 100% rename from packages/storybook/src/geospatial/CoreDataPlace.css rename to packages/geospatial/src/components/CoreDataPlace.css diff --git a/packages/geospatial/src/components/CoreDataPlace.js b/packages/geospatial/src/components/CoreDataPlace.js index 0a2b001d..5facce2b 100644 --- a/packages/geospatial/src/components/CoreDataPlace.js +++ b/packages/geospatial/src/components/CoreDataPlace.js @@ -6,6 +6,7 @@ import { Peripleo, Controls } from '@peripleo/peripleo'; import { Map, MixedGeoJSONLayer, PulsingMarkerLayer, Zoom } from '@peripleo/maplibre'; import { DEFAULT_FILL_STYLE, DEFAULT_POINT_STYLE, DEFAULT_STROKE_STYLE } from './CoreDataPlaceStyles'; +import './CoreDataPlace.css'; import '@peripleo/maplibre/peripleo-maplibre.css'; import '@peripleo/peripleo/default-theme'; diff --git a/packages/storybook/src/geospatial/CoreDataPlace.stories.js b/packages/storybook/src/geospatial/CoreDataPlace.stories.js index 95f14f38..614d1333 100644 --- a/packages/storybook/src/geospatial/CoreDataPlace.stories.js +++ b/packages/storybook/src/geospatial/CoreDataPlace.stories.js @@ -1,7 +1,5 @@ import { CoreDataPlace } from '../../../geospatial/src/components/CoreDataPlace'; -import './CoreDataPlace.css'; - export default { title: 'Components/Geospatial/CoreDataPlace', component: CoreDataPlace