Skip to content
Snippets Groups Projects
Verified Commit 30c8ca2f authored by Lukas Maximilian Kimpel's avatar Lukas Maximilian Kimpel
Browse files

Remove import/declaration of refactored component due to rebase

parent 99cfe578
No related merge requests found
......@@ -5,7 +5,6 @@ import { NgModule } from '@angular/core';
import { AppComponent } from './app.component';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { LoginComponent } from './login/login.component';
import { LoginPasswdResetComponent } from './login-passwd-reset/login-passwd-reset.component';
import { RegisterComponent } from './register/register.component';
import { PasswordResetComponent } from './password-reset/password-reset.component';
......@@ -50,7 +49,6 @@ import {
declarations: [
AppComponent,
LoginComponent,
LoginPasswdResetComponent,
PageNotFoundComponent,
PasswordResetComponent,
RegisterComponent
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment