diff --git a/src/App.tsx b/src/App.tsx index f56d5327e7c533bc510c8b8e820910f8e3dac265..9d1d19342648952b1588f71cd951c9c315694c65 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>