From d50ea6fd4983a1c27ef8e63f1f26e2c69591414d Mon Sep 17 00:00:00 2001 From: Ranlvor Date: Sat, 17 Oct 2020 16:23:22 +0200 Subject: [PATCH] fix linting error --- src/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.jsx b/src/index.jsx index 60400b8..44740ce 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -1,7 +1,7 @@ // @flow import "core-js/stable"; import "regenerator-runtime/runtime"; -import "../node_modules/leaflet/dist/leaflet.css" +import "../node_modules/leaflet/dist/leaflet.css"; import React from "react"; import ReactDOM from "react-dom";