Remove CSS that was messing with text alignment.

This was added by create-react-app. We're not using it any more.
This commit is contained in:
Dan Albert
2022-03-02 23:57:05 -08:00
parent f9f18dd38b
commit 79b471b41c
2 changed files with 0 additions and 40 deletions

View File

@@ -1,5 +1,3 @@
import "./App.css";
import { LatLng } from "leaflet";
import LiberationMap from "./components/liberationmap";
import useEventStream from "./hooks/useEventSteam";