Skip to content

Commit 1139d01

Browse files
chore: keep frontmatter title as-is
1 parent f57ea75 commit 1139d01

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/content/reference/react/Component.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
2-
title: Компонент
2+
title: Component
33
---
4+
45
<Pitfall>
56

67
Мы рекомендуем определять компоненты как функции, а не классы. [См. как мигрировать.](#alternatives)
@@ -1942,4 +1943,4 @@ export default function MyApp() {
19421943
}
19431944
```
19441945

1945-
</Sandpack>
1946+
</Sandpack>

0 commit comments

Comments
 (0)