fix linting error
This commit is contained in:
parent
53d547bc65
commit
d50ea6fd49
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
// @flow
|
// @flow
|
||||||
import "core-js/stable";
|
import "core-js/stable";
|
||||||
import "regenerator-runtime/runtime";
|
import "regenerator-runtime/runtime";
|
||||||
import "../node_modules/leaflet/dist/leaflet.css"
|
import "../node_modules/leaflet/dist/leaflet.css";
|
||||||
|
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import ReactDOM from "react-dom";
|
import ReactDOM from "react-dom";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue