Skip to content

Commit 3636ffb

Browse files
committed
fix(app): add global script export
1 parent e87456d commit 3636ffb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/global/app.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
import '@ionic/core';
2+
3+
export default () => { };

0 commit comments

Comments
 (0)