From a3964bf0e8467df297985b9b5635d00c70518460 Mon Sep 17 00:00:00 2001 From: Alberto Defendi <1369-ahl-berto@users.noreply.gitlab.inf.unibz.it> Date: Tue, 4 May 2021 09:57:37 +0200 Subject: [PATCH] Remove unused import --- src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index f56d532..9d1d193 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -9,7 +9,6 @@ import { NotFound } from 'components/NotFound/NotFound'; import { ProfilePage } from 'components/ProfilePage/ProfilePage'; import { Roles } from 'components/api/userRoles'; import { Unauthorized } from 'components/Unauthorized/Unauthorized'; -import { SignUpForm } from 'components/AuthUser/SignUpForm/SignUpForm'; export const App: FC = () => ( <Router> -- GitLab