build
This commit is contained in:
parent
d8d612e583
commit
82e878ef18
|
|
@ -5,3 +5,4 @@ export * from './features/cache';
|
|||
export * from './features/localStorage';
|
||||
export * from './utils/upload';
|
||||
export * from './types/Notification';
|
||||
export * from './utils/bluetooth';
|
||||
|
|
|
|||
|
|
@ -20,3 +20,4 @@ __exportStar(require("./features/cache"), exports);
|
|||
__exportStar(require("./features/localStorage"), exports);
|
||||
__exportStar(require("./utils/upload"), exports);
|
||||
__exportStar(require("./types/Notification"), exports);
|
||||
__exportStar(require("./utils/bluetooth"), exports);
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
export * from './bluetooth.mp';
|
||||
|
||||
console.log('不应该走到这里');
|
||||
Loading…
Reference in New Issue