We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6505a59 commit 7c1d49fCopy full SHA for 7c1d49f
packages/client/src/pages/DemoPage/Map.js renamed to packages/client/src/patterns/molecules/map/Map.js
@@ -1,8 +1,8 @@
1
import React from 'react'
2
import { arrayOf, shape, number, string } from 'prop-types'
3
import GoogleMapReact from 'google-map-react'
4
-import Marker from '../../patterns/atoms/map/Marker'
5
-import list from '../../data/stations.js'
+import Marker from '../../atoms/map/Marker'
+import list from '../../../data/stations.js'
6
import { fitBounds } from 'google-map-react/utils'
7
8
const K_MARGIN_TOP = 60
0 commit comments