summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-03-30 16:40:38 -0600
committerLogan Hunt <loganhunt@simponic.xyz>2022-03-30 16:40:38 -0600
commitae0c829453d4663203887979349047850cb98626 (patch)
tree6ae2d9cd0377406c57655aaf038e4a67a8c77a95
parent6aa48ce4a37451f04e65abbcc03642795d0b5a61 (diff)
downloadlocchat-ae0c829453d4663203887979349047850cb98626.tar.gz
locchat-ae0c829453d4663203887979349047850cb98626.zip
But actually this time
-rw-r--r--client/components/router.jsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/components/router.jsx b/client/components/router.jsx
index bec64b0..08bb41f 100644
--- a/client/components/router.jsx
+++ b/client/components/router.jsx
@@ -5,7 +5,6 @@ import { AuthContext } from '../utils/auth_context';
import { SignIn } from './sign_in/_sign_in';
import { SignUp } from './sign_up/_sign_up';
import { Admin } from './admin/_admin';
-import { Map } from './map/_map';
export const Router = () => {
const [authToken] = useContext(AuthContext);