Skip to content

Commit a89f1a6

Browse files
committed
Make this file a TSX file
Fixes #4727
1 parent 75befcc commit a89f1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/essentials/part-6-performance-normalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const selectPostsStatus = (state: RootState) => state.posts.status
8383
export const selectPostsError = (state: RootState) => state.posts.error
8484
```
8585

86-
```tsx title="features/users/UserPage.ts"
86+
```tsx title="features/users/UserPage.tsx"
8787
import { Link, useParams } from 'react-router-dom'
8888

8989
import { useAppSelector } from '@/app/hooks'

0 commit comments

Comments
 (0)