Skip to content

Commit

Permalink
Cleanup: moved CSS into component
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimon committed Jan 31, 2024
1 parent 429fe76 commit 6b510c3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions packages/geospatial/src/components/CoreDataPlace.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 0 additions & 2 deletions packages/storybook/src/geospatial/CoreDataPlace.stories.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { CoreDataPlace } from '../../../geospatial/src/components/CoreDataPlace';

import './CoreDataPlace.css';

export default {
title: 'Components/Geospatial/CoreDataPlace',
component: CoreDataPlace
Expand Down

0 comments on commit 6b510c3

Please sign in to comment.