Skip to content

Commit

Permalink
Docs: Update JavaScript Component file extension to .jsx in Vitest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
sogoagain committed Jan 24, 2024
1 parent 905c0e7 commit 02f1d24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function Page() {
}
```

```jsx filename="app/page.js" switcher
```jsx filename="app/page.jsx" switcher
import Link from 'next/link'

export default function Page() {
Expand Down

0 comments on commit 02f1d24

Please sign in to comment.