map component

This commit is contained in:
Fedor Katurov 2018-08-15 11:42:03 +07:00
parent a4eec9e2ed
commit 5f30df6f48
3 changed files with 4 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import React from 'react';
import { Map } from '../modules/map';
import { Map } from '$modules/map';
import { MapScreen } from "$styles/mapScreen";
export class App extends React.Component {