Skip to content
Snippets Groups Projects
Verified Commit a3964bf0 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Remove unused import

parent d83bd2c3
No related branches found
No related tags found
2 merge requests!56Refined auth flow and new website pages.,!40Sign up/Log in form nest into AuthUser
...@@ -9,7 +9,6 @@ import { NotFound } from 'components/NotFound/NotFound'; ...@@ -9,7 +9,6 @@ import { NotFound } from 'components/NotFound/NotFound';
import { ProfilePage } from 'components/ProfilePage/ProfilePage'; import { ProfilePage } from 'components/ProfilePage/ProfilePage';
import { Roles } from 'components/api/userRoles'; import { Roles } from 'components/api/userRoles';
import { Unauthorized } from 'components/Unauthorized/Unauthorized'; import { Unauthorized } from 'components/Unauthorized/Unauthorized';
import { SignUpForm } from 'components/AuthUser/SignUpForm/SignUpForm';
export const App: FC = () => ( export const App: FC = () => (
<Router> <Router>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment