Skip to content

Commit

Permalink
Fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimLyon committed Oct 16, 2024
1 parent e6eca57 commit c2d2244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/settings+/profile.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { invariantResponse } from '@epic-web/invariant'
import { type SEOHandle } from '@nasa-gcn/remix-seo'
import { data as dataResponse, type LoaderFunctionArgs } from '@remix-run/node'
import { type LoaderFunctionArgs } from '@remix-run/node'
import { Link, Outlet, useMatches } from '@remix-run/react'
import { z } from 'zod'
import { Spacer } from '#app/components/spacer.tsx'
Expand Down

0 comments on commit c2d2244

Please sign in to comment.