Skip to content

Commit

Permalink
Make this file a TSX file
Browse files Browse the repository at this point in the history
Fixes #4727
  • Loading branch information
timdorr committed Aug 14, 2024
1 parent 75befcc commit a89f1a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const selectPostsStatus = (state: RootState) => state.posts.status
export const selectPostsError = (state: RootState) => state.posts.error
```

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

import { useAppSelector } from '@/app/hooks'
Expand Down

0 comments on commit a89f1a6

Please sign in to comment.