mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
fix(exports): update module exports
This commit is contained in:
@ -1,7 +1,5 @@
|
||||
|
||||
export { Config } from './config/config';
|
||||
export { IonicModule } from './module';
|
||||
|
||||
export * from './module';
|
||||
export * from './directives';
|
||||
|
||||
export * from './gestures/drag-gesture';
|
||||
@ -10,6 +8,7 @@ export * from './gestures/slide-edge-gesture';
|
||||
export * from './gestures/slide-gesture';
|
||||
export * from './gestures/gesture-controller';
|
||||
|
||||
export * from './config/config';
|
||||
export * from './platform/platform';
|
||||
export * from './storage/storage';
|
||||
export * from './storage/sql';
|
||||
|
Reference in New Issue
Block a user