chore: removed index.js from module-runtime

This commit is contained in:
Gabriel Grubba
2022-08-18 22:09:45 -03:00
parent 438b8f5eea
commit bfd81cc616

View File

@@ -1,7 +0,0 @@
import {cannotFindMeteorPackage} from './cannotFindMeteorPackage.js';
import {cannotImport} from './cannotImportFrom.js';
export {
cannotFindMeteorPackage,
cannotImport
}