Skip to content

Commit

Permalink
fix: io import
Browse files Browse the repository at this point in the history
  • Loading branch information
felixroos committed Feb 17, 2020
1 parent 6dcc4a5 commit ed2e29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/lib/utility/tab/tab.component.spec.ts
Expand Up @@ -3,7 +3,7 @@ import { TabsComponent } from '../../utility/tabs/tabs.component';
import { RouterTestingModule } from '@angular/router/testing';
import { TabComponent, LoginFormComponent, SignupFormComponent, FocusDirective, KeycommandsService } from '@ec.components/ui';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { IoModule } from '@ec.components/ui/lib/io/io.module';
import { IoModule } from '@ec.components/ui';
import { CommonModule } from '@angular/common';

describe('TabComponent', () => {
Expand Down

0 comments on commit ed2e29c

Please sign in to comment.