Skip to content

Commit

Permalink
chore(IgxExpansionPanel): Cleanup imports. #307
Browse files Browse the repository at this point in the history
  • Loading branch information
IvayloG committed Aug 30, 2018
1 parent 60906cd commit 04a78be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/expansion-panel/expansion-panel-sample.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { IgxExpansionPanelComponent, slideInTop, slideOutTop, scaleInTop,
scaleInVerBottom, scaleInVerTop, scaleOutVerBottom, scaleOutVerTop, ICON_POSITION } from 'igniteui-angular';
import { IgxExpansionPanelComponent, scaleInVerTop, scaleOutVerTop } from 'igniteui-angular';
import { Component, OnInit, ViewChild, ElementRef } from '@angular/core';
import { AnimationReferenceMetadata } from '@angular/animations';

Expand Down

0 comments on commit 04a78be

Please sign in to comment.