Skip to content

Commit e1d798c

Browse files
docs: update devPage file reference to .tsx extension (#470)
1 parent 57d625d commit e1d798c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ There are `peerDependencies` so that the consuming app can pick the versions of
2424

2525
### Use it in your project
2626

27-
You can see an example of how to use these components in the [devPage.jsx](./dev/devPage.jsx) file.
27+
You can see an example of how to use these components in the [devPage.tsx](./dev/devPage.tsx) file.
2828

2929
```jsx
3030
// index.tsx

0 commit comments

Comments
 (0)