initial commit

This commit is contained in:
Fedor Katurov 2018-08-15 11:24:40 +07:00
commit 4a2a343e41
11 changed files with 13640 additions and 0 deletions

12
src/containers/App.jsx Normal file
View file

@ -0,0 +1,12 @@
import React from 'react';
import { Map } from "$containers/Map";
export class App extends React.Component {
render(){
return (
<div>
</div>
)
}
};