/** * Does anyone have a cleaner way of doing this? * I want to import all the components in this folder * Feels a little dumb I'm doing this manually. */ import './audio/audio'; import './canvas/canvas'; import './fonts/fonts'; import './hardware/hardware'; import './locales/locales'; import './permissions/permissions'; import './plugins/plugins'; import './screen/screen'; import './system/system'; import './webgl/webgl'; import './math/math';