Skip to content

Commit 7c1d49f

Browse files
committed
Add map molecules
1 parent 6505a59 commit 7c1d49f

File tree

1 file changed

+2
-2
lines changed
  • packages/client/src/patterns/molecules/map

1 file changed

+2
-2
lines changed

packages/client/src/pages/DemoPage/Map.js renamed to packages/client/src/patterns/molecules/map/Map.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import React from 'react'
22
import { arrayOf, shape, number, string } from 'prop-types'
33
import GoogleMapReact from 'google-map-react'
4-
import Marker from '../../patterns/atoms/map/Marker'
5-
import list from '../../data/stations.js'
4+
import Marker from '../../atoms/map/Marker'
5+
import list from '../../../data/stations.js'
66
import { fitBounds } from 'google-map-react/utils'
77

88
const K_MARGIN_TOP = 60

0 commit comments

Comments
 (0)