From 04a78becbcc642146fd301a920f962169e944519 Mon Sep 17 00:00:00 2001 From: IvayloG Date: Thu, 30 Aug 2018 14:52:43 +0300 Subject: [PATCH] chore(IgxExpansionPanel): Cleanup imports. #307 --- src/app/expansion-panel/expansion-panel-sample.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/expansion-panel/expansion-panel-sample.ts b/src/app/expansion-panel/expansion-panel-sample.ts index c7cd612907d..bf3e2d90402 100644 --- a/src/app/expansion-panel/expansion-panel-sample.ts +++ b/src/app/expansion-panel/expansion-panel-sample.ts @@ -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';