We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b6212 commit 31f80eeCopy full SHA for 31f80ee
1-js/13-modules/03-modules-dynamic-imports/article.md
@@ -77,8 +77,7 @@ export default function() {
77
}
78
```
79
80
-
81
-The default export becomes `default` property in the module object, as explained in the [previous chapter](info:import-export).
+To import it, we need to get `default` property of the module object, as explained in the [previous chapter](info:import-export).
82
83
So, the dynamic import will be like this:
84
0 commit comments