Skip to content

Commit 8edb9a9

Browse files
committed
Rename to interop
1 parent c68d381 commit 8edb9a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/sidebar_react_latest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"beyond-jsx",
3030
"forwarding-refs",
3131
"extensions-of-props",
32-
"interopt"
32+
"interop"
3333
]
3434
}

pages/docs/react/latest/interopt.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Interopt
2+
title: Interop
33
description: "Reusing existing React components"
4-
canonical: "/docs/react/latest/interopt"
4+
canonical: "/docs/react/latest/interop"
55
---
66

7-
# Interopt
7+
# Interop
88

99
Reusing existing React components in ReScript is straightforward.
1010
This guide will walk you through the steps required to import and use React components within ReScript,

0 commit comments

Comments
 (0)