Skip to content

Commit

Permalink
fix(): add missing export (#8999)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgw96 authored and danbucholtz committed Nov 2, 2016
1 parent c76d15d commit 98d474b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/directives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ export { Toast, ToastController } from './components/toast/toast';
export { ToastOptions } from './components/toast/toast-options';
export { Toggle } from './components/toggle/toggle';
export { Toolbar, ToolbarBase, Header, Footer } from './components/toolbar/toolbar';
export { ToolbarItem } from './components/toolbar/toolbar-item';
export { ToolbarTitle } from'./components/toolbar/toolbar-title';
export { Thumbnail } from './components/thumbnail/thumbnail';
export { Typography } from './components/typography/typography';
Expand Down

0 comments on commit 98d474b

Please sign in to comment.