Skip to content

Commit

Permalink
style(ExampleApp): remove unused import from login page test (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored and brandonroberts committed Jul 23, 2018
1 parent f8b1689 commit 90e6718
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example-app/app/auth/components/login-form.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { TestBed, ComponentFixture } from '@angular/core/testing';
import { NO_ERRORS_SCHEMA } from '@angular/core';
import { StoreModule, Store, combineReducers } from '@ngrx/store';
import { LoginFormComponent } from './login-form.component';
import * as Auth from '../actions/auth';
import * as fromAuth from '../reducers';
import { ReactiveFormsModule } from '@angular/forms';

describe('Login Page', () => {
Expand Down

0 comments on commit 90e6718

Please sign in to comment.