mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +08:00
fix(toast): add toast back to the components export
This commit is contained in:
@ -45,6 +45,7 @@ export * from './components/spinner/spinner';
|
|||||||
export * from './components/tabs/tabs';
|
export * from './components/tabs/tabs';
|
||||||
export * from './components/tabs/tab';
|
export * from './components/tabs/tab';
|
||||||
export * from './components/tap-click/tap-click';
|
export * from './components/tap-click/tap-click';
|
||||||
|
export * from './components/toast/toast';
|
||||||
export * from './components/toggle/toggle';
|
export * from './components/toggle/toggle';
|
||||||
export * from './components/toolbar/toolbar';
|
export * from './components/toolbar/toolbar';
|
||||||
export * from './components/virtual-scroll/virtual-scroll';
|
export * from './components/virtual-scroll/virtual-scroll';
|
||||||
|
Reference in New Issue
Block a user