From 50bf03c9fddc6ddd9eeb0d492a134ffe7a375a83 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Fri, 22 Sep 2023 13:09:28 -0600 Subject: [PATCH] fix lint warning --- app/routes/settings+/profile.two-factor.index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/settings+/profile.two-factor.index.tsx b/app/routes/settings+/profile.two-factor.index.tsx index bb0cd155..c8e90b42 100644 --- a/app/routes/settings+/profile.two-factor.index.tsx +++ b/app/routes/settings+/profile.two-factor.index.tsx @@ -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'