chore(): clean up unused references

This commit is contained in:
Adam Bradley
2016-06-28 11:28:25 -05:00
parent 721b2bc4f0
commit 2fe42ed63e
4 changed files with 9 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, forwardRef, Inject, Optional, QueryList, ViewEncapsulation } from '@angular/core';
import { ChangeDetectionStrategy, Component, ContentChild, ContentChildren, Directive, ElementRef, Optional, QueryList, ViewEncapsulation } from '@angular/core';
import { Config } from '../../config/config';
import { Ion } from '../ion';