From acff469ba069b6f090adfd5ed91379c9f146aa77 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Wed, 30 Mar 2022 15:18:16 -0600 Subject: Ability to add, remove, update radius and location of chatrooms with a leaflet --- client/app.jsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/app.jsx') diff --git a/client/app.jsx b/client/app.jsx index c92df86..e69b297 100644 --- a/client/app.jsx +++ b/client/app.jsx @@ -7,7 +7,9 @@ import { useApi } from './utils/use_api'; import { useJwtRefresh } from './utils/use_jwt_refresh'; import { RolesContext } from './utils/roles_context'; import { parseJwt } from './utils/parse_jwt'; +import { Toaster } from 'react-hot-toast'; import './app.css'; +import 'leaflet/dist/leaflet.css'; export const App = () => { const [authToken, setAuthToken] = useState(null); @@ -38,6 +40,7 @@ export const App = () => { + -- cgit v1.2.3-70-g09d2