dynamicImport.ts 110 Bytes
export default function (id: string) {
  const dynamicImportModule: any = id;
  return dynamicImportModule;
}