Skip to content

Commit

Permalink
fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Sep 22, 2023
1 parent b8f146b commit 50bf03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/settings+/profile.two-factor.index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { generateTOTP } from '@epic-web/totp'
import { SEOHandle } from '@nasa-gcn/remix-seo'
import { type SEOHandle } from '@nasa-gcn/remix-seo'
import { json, redirect, type DataFunctionArgs } from '@remix-run/node'
import { Link, useFetcher, useLoaderData } from '@remix-run/react'
import { Icon } from '#app/components/ui/icon.tsx'
Expand Down

0 comments on commit 50bf03c

Please sign in to comment.