fix(icon): remove icon references so that webpack will ignore it.

This commit is contained in:
Josh Thomas
2017-05-17 13:03:53 -05:00
parent ef0d9a89b6
commit 5a6d024a34
4 changed files with 11 additions and 13 deletions

View File

@ -23,7 +23,6 @@ export { Col } from './components/grid/col';
export { Grid } from './components/grid/grid';
export { Row } from './components/grid/row';
export { Ion } from './components/ion';
export { Icon } from './components/icon/icon';
export { Img } from './components/img/img';
export { InfiniteScroll } from './components/infinite-scroll/infinite-scroll';
export { InfiniteScrollContent } from './components/infinite-scroll/infinite-scroll-content';