Skip to content

Commit

Permalink
docs(tutorials/jokes): Remove unused json import (#5306)
Browse files Browse the repository at this point in the history
  • Loading branch information
d4vsanchez authored Jan 30, 2023
1 parent 19b2e50 commit f3de6e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
- craigglennie
- crismali
- cysp
- d4vsanchez
- dabdine
- daganomri
- damiensedgwick
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/jokes.md
Original file line number Diff line number Diff line change
Expand Up @@ -1963,9 +1963,9 @@ But if there's an error, you can return an object with the error messages and th

<summary>app/routes/jokes/new.tsx</summary>

```tsx filename=app/routes/jokes/new.tsx lines=[2-3,6,8-12,14-18,28-32,35-38,40-46,53,64,66-74,77-85,91,93-101,104-112,115-122]
```tsx filename=app/routes/jokes/new.tsx lines=[3,6,8-12,14-18,28-32,35-38,40-46,53,64,66-74,77-85,91,93-101,104-112,115-122]
import type { ActionArgs } from "@remix-run/node";
import { json, redirect } from "@remix-run/node";
import { redirect } from "@remix-run/node";
import { useActionData } from "@remix-run/react";

import { db } from "~/utils/db.server";
Expand Down

0 comments on commit f3de6e4

Please sign in to comment.