Skip to content

Commit b413768

Browse files
avarlamovagcor
andauthored
Update src/content/learn/importing-and-exporting-components.md
Co-authored-by: Anton Ahatov <[email protected]>
1 parent 883b135 commit b413768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/importing-and-exporting-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ img { margin: 0 10px 10px 0; height: 90px; }
122122
import Gallery from './Gallery';
123123
```
124124

125-
Оба варианта (`'./Gallery.js'` и `'./Gallery'`) будут работать в React, хотя первый вариант ближе к тому, как работают [нативные ES-модули](https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules).
125+
Оба варианта (`'./Gallery.js'` и `'./Gallery'`) будут работать в React, хотя первый вариант ближе к тому, как работают [нативные ES-модули](https://developer.mozilla.org/docs/Web/JavaScript/Guide/Modules).
126126

127127
</Note>
128128

0 commit comments

Comments
 (0)