Skip to content

Commit afbc6f1

Browse files
author
Fifthwolf
authored
Update module.md
1 parent a188e96 commit afbc6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ export {users} from './users';
625625

626626
```javascript
627627
// script.js
628-
import {db, users} from './constants';
628+
import {db, users} from './index';
629629
```
630630

631631
## import()

0 commit comments

Comments
 (0)