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'