diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-07-13 13:54:52 +0200 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-07-13 13:54:52 +0200 |
| commit | 6e086781dc35e54904c97cf284915fdabbde979c (patch) | |
| tree | 94036b56cf663fe03f1942ae59776741199368e9 /app/components/Map.js | |
| parent | 363fe649f8604c55b654b101fc300312879b0bbd (diff) | |
| parent | 76a9fbc48492e9afb4504279bbbde70c0deddb77 (diff) | |
| download | mullvadvpn-6e086781dc35e54904c97cf284915fdabbde979c.tar.xz mullvadvpn-6e086781dc35e54904c97cf284915fdabbde979c.zip | |
Merge branch 'export-default-map'
Diffstat (limited to 'app/components/Map.js')
| -rw-r--r-- | app/components/Map.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Map.js b/app/components/Map.js index 8670397891..337d5c812b 100644 --- a/app/components/Map.js +++ b/app/components/Map.js @@ -13,7 +13,7 @@ const ReactMap = ReactMapboxGl({ interactive: false, }); -export class Map extends Component { +export default class Map extends Component { props: { animate: boolean, location: Coordinate2d, |
