1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-28 21:32:20 +00:00

Merge pull request #480 from Fifthwolf/patch-2

Update module.md
This commit is contained in:
Ruan YiFeng 2017-08-20 07:22:42 +08:00 committed by GitHub
commit b50f19bf55

View File

@ -625,7 +625,7 @@ export {users} from './users';
```javascript
// script.js
import {db, users} from './constants';
import {db, users} from './index';
```
## import()