Skip to content

Commit

Permalink
chore(action-strip): Fix build errors with imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dkamburov committed Apr 2, 2020
1 parent b005dc7 commit 2af9d4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Component, NgModule, Input, ViewContainerRef, Renderer2, HostBinding, ViewChild, ContentChild } from '@angular/core';
import { CommonModule } from '@angular/common';
import { IgxGridActionsComponent } from './grid-actions/grid-actions.component';
import { IgxDropDownModule } from '../drop-down';
import { IgxIconModule } from '../icon';
import { IgxDropDownModule } from '../drop-down/index';
import { IgxIconModule } from '../icon/index';
import { IgxToggleModule } from '../directives/toggle/toggle.directive';
import { IgxGridPinningActionsComponent } from './grid-actions/grid-pinning-actions.component';
import { IgxGridEditingActionsComponent } from './grid-actions/grid-editing-actions.component';
Expand Down

0 comments on commit 2af9d4e

Please sign in to comment.