diff --git a/src/app/auth/auth.module.ts b/src/app/auth/auth.module.ts index d8347a1..565bad5 100644 --- a/src/app/auth/auth.module.ts +++ b/src/app/auth/auth.module.ts @@ -10,11 +10,10 @@ import {MatSelectModule} from '@angular/material/select'; import {MatInputModule} from '@angular/material/input'; import {MatButtonModule} from '@angular/material/button'; import {MatRippleModule} from '@angular/material/core'; -import {AddPublicKeysComponent} from '@app/auth/add-public-keys/add-public-keys.component'; @NgModule({ - declarations: [AuthComponent, PasswordToggleDirective, AddPublicKeysComponent], + declarations: [AuthComponent, PasswordToggleDirective], imports: [ CommonModule, AuthRoutingModule,