Commit 08aa64f6 by Aino Leppänen

login component was imported wrong, fixed

1 parent f80b555a
Pipeline #44 passed
in 0 seconds
......@@ -9,6 +9,6 @@ import { TopMenuComponent } from '../../menu/top-menu/top-menu.component';
CommonModule,
LoginRoutingModule
],
declarations: [ LoginComponent, TopMenuComponent ]
declarations: []
})
export class LoginModule { }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!