2020-11-10 00:54:08 +08:00
|
|
|
// The content here is just for type approval. The actual file content is overwritten by transform
|
2020-11-08 23:13:47 +08:00
|
|
|
export default function (id: string) {
|
|
|
|
|
const dynamicImportModule: any = id;
|
|
|
|
|
return dynamicImportModule;
|
|
|
|
|
}
|