refactor(exports): exporting gestures so other apps can consume them

exporting gestures so other apps can consume them
This commit is contained in:
Dan Bucholtz
2016-06-01 16:16:48 -05:00
parent 9a86e4bdf8
commit 2d1b2f3dc9

View File

@ -8,6 +8,11 @@ export * from './decorators/page';
export * from './components';
export * from './gestures/drag-gesture';
export * from './gestures/gesture';
export * from './gestures/slide-edge-gesture';
export * from './gestures/slide-gesture';
export * from './platform/platform';
export * from './platform/storage';