Skip to content

Commit c2d2244

Browse files
committed
Fix: eslint
1 parent e6eca57 commit c2d2244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/settings+/profile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { invariantResponse } from '@epic-web/invariant'
22
import { type SEOHandle } from '@nasa-gcn/remix-seo'
3-
import { data as dataResponse, type LoaderFunctionArgs } from '@remix-run/node'
3+
import { type LoaderFunctionArgs } from '@remix-run/node'
44
import { Link, Outlet, useMatches } from '@remix-run/react'
55
import { z } from 'zod'
66
import { Spacer } from '#app/components/spacer.tsx'

0 commit comments

Comments
 (0)