Various improvements

This commit is contained in:
uwap 2020-10-08 20:31:42 +02:00
parent e43842fbed
commit 2997ff8862
7 changed files with 35 additions and 62 deletions

View file

@ -1,4 +1,8 @@
// @flow
import "core-js/stable";
import "regenerator-runtime/runtime";
import "../node_modules/leaflet/dist/leaflet.css"
import React from "react";
import ReactDOM from "react-dom";