First commit
This commit is contained in:
3
framework/client/imports/import_android.js
Normal file
3
framework/client/imports/import_android.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import bundle0 from "../../platform_cache/android/news/application.js"
|
||||
|
||||
export default [bundle0];
|
||||
3
framework/client/imports/import_ios.js
Normal file
3
framework/client/imports/import_ios.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import bundle0 from "../../platform_cache/ios/news/application.js"
|
||||
|
||||
export default [bundle0];
|
||||
3
framework/client/imports/import_windows.js
Normal file
3
framework/client/imports/import_windows.js
Normal file
@@ -0,0 +1,3 @@
|
||||
import bundle0 from "../../platform_cache/windows/news/application.js"
|
||||
|
||||
export default [bundle0];
|
||||
1
framework/client/imports/themeImports.js
Normal file
1
framework/client/imports/themeImports.js
Normal file
@@ -0,0 +1 @@
|
||||
export default {};
|
||||
Reference in New Issue
Block a user