Skip to content

Commit

Permalink
test(ui): remove unused imported components
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMorier committed Dec 19, 2019
1 parent e8cd3c9 commit 97ff0c6
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions libs/ui/src/lib/sidenav-shell/sidenav-shell.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { MatButtonModule, MatIconModule, MatSidenavModule } from '@angular/material';
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
import { SidenavShellModule } from '@talus/ui';

import {
SidenavShellComponent,
SidenavShellContentComponent,
SidenavShellLeftComponent,
SidenavShellRightComponent,
} from './sidenav-shell.component';
import { SidenavShellComponent } from './sidenav-shell.component';
import { SidenavShellModule } from './sidenav-shell.module';

describe('SidenavShellComponent', () => {
let component: SidenavShellComponent;
Expand Down

0 comments on commit 97ff0c6

Please sign in to comment.