Skip to content

Commit

Permalink
chore: add missing jsx language to code fence
Browse files Browse the repository at this point in the history
  • Loading branch information
with-heart authored Jul 19, 2021
1 parent 7bd94da commit 04bb98d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/guides/integrations/with-hook-form.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function HookForm() {

Wiring up to the rest of your app:

```
```jsx live=false
import React from "react";
import ReactDOM from "react-dom";
import HookForm from "./HookForm";
Expand Down

0 comments on commit 04bb98d

Please sign in to comment.