This commit is contained in:
Max Lynch
2015-11-29 21:52:20 -06:00
parent af5b3de227
commit 0058b885d9
4 changed files with 13 additions and 7 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
const DEVICE_READY_TIMEOUT = 2000;
//export * from './plugins/actionsheet';
//export * from './plugins/camera';
//export * from './plugins/device';
//export * from './plugins/statusbar';
export * from './plugins/actionsheet';
export * from './plugins/camera';
export * from './plugins/device';
export * from './plugins/statusbar';
export * from './plugins/toast';