diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-03-30 16:40:38 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-03-30 16:40:38 -0600 |
commit | ae0c829453d4663203887979349047850cb98626 (patch) | |
tree | 6ae2d9cd0377406c57655aaf038e4a67a8c77a95 | |
parent | 6aa48ce4a37451f04e65abbcc03642795d0b5a61 (diff) | |
download | locchat-ae0c829453d4663203887979349047850cb98626.tar.gz locchat-ae0c829453d4663203887979349047850cb98626.zip |
But actually this time
-rw-r--r-- | client/components/router.jsx | 1 |
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); |