1 2 3 4
export default function (id: string) { const dynamicImportModule: any = id; return dynamicImportModule; }