Skip to content

Commit c7bf12b

Browse files
authored
Merge pull request #418 from GMTechBen/patch-1
Update index.md
2 parents 276ab9d + 9ff346e commit c7bf12b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/get-started/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To bundle the `lodash` dependency with the `index.js`, we need to import `lodash
7171
__app/index.js__
7272

7373
```diff
74-
+ import _ from `lodash`;
74+
+ import _ from 'lodash';
7575

7676
function component () {
7777
...

0 commit comments

Comments
 (0)