Skip to content

Commit

Permalink
docs: Update README code example (#320)
Browse files Browse the repository at this point in the history
Co-authored-by: Connor Littleton <[email protected]>
  • Loading branch information
Littletonconnor and Connor Littleton authored Nov 1, 2023
1 parent 56d1ab6 commit 08764a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Here is an example built with Remix:
```tsx
import { useForm } from '@conform-to/react';
import { parse } from '@conform-to/zod';
import { Form } from '@remix-run/react';
import { Form, useActionData } from '@remix-run/react';
import { json } from '@remix-run/node';
import { z } from 'zod';
import { authenticate } from '~/auth';
Expand Down

0 comments on commit 08764a5

Please sign in to comment.