Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
Fixed bug after rebasing
Browse files Browse the repository at this point in the history
Removed duplicate FormModule identifiers
  • Loading branch information
sanketbansal committed Jul 14, 2019
1 parent 9116150 commit aa21248
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ import { EditphasemodalComponent } from './components/challenge/challengephases/
import { DashFooterComponent } from './components/nav/dash-footer/dash-footer.component';
import { SideBarComponent } from './components/utility/side-bar/side-bar.component';
import { SimpleHeaderComponent } from './components/nav/simple-header/simple-header.component';
import {FormsModule} from '@angular/forms';

@NgModule({
declarations: [
Expand Down

0 comments on commit aa21248

Please sign in to comment.