fix(toggle): export toggle component

This commit is contained in:
Adam Bradley
2015-12-10 15:06:45 -06:00
parent 3afc48cf61
commit 3952bff8c9

View File

@ -32,8 +32,8 @@ export * from 'ionic/components/scroll/scroll'
export * from 'ionic/components/scroll/pull-to-refresh'
export * from 'ionic/components/searchbar/searchbar'
export * from 'ionic/components/segment/segment'
export * from 'ionic/components/switch/switch'
export * from 'ionic/components/tabs/tabs'
export * from 'ionic/components/tabs/tab'
export * from 'ionic/components/tap-click/tap-click'
export * from 'ionic/components/toggle/toggle'
export * from 'ionic/components/toolbar/toolbar'