Skip to content

Commit

Permalink
just lint
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwarden authored and mergify[bot] committed May 28, 2024
1 parent 4019993 commit d9ae16b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/routes/tags+/$tag_.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { json, type LoaderFunctionArgs } from '@remix-run/node'
import { useLoaderData, type ShouldRevalidateFunction } from '@remix-run/react'
import { useLoaderData } from '@remix-run/react'
import invariant from 'tiny-invariant'
import { z } from 'zod'
import { Feed } from '#app/components/ui/feed.tsx'
Expand Down Expand Up @@ -60,4 +60,3 @@ export default function TagPage() {
</>
)
}

0 comments on commit d9ae16b

Please sign in to comment.