Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
imcodingideas committed Sep 18, 2023
1 parent 293997d commit 291d7b0
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,12 +1,12 @@
import { json, type DataFunctionArgs } from '@remix-run/node'
import { Link, Outlet, useMatches } from '@remix-run/react'
import { z } from 'zod'
import { Spacer } from '#app/components/spacer.tsx'
import { Icon } from '#app/components/ui/icon.tsx'
import { requireUserId } from '#app/utils/auth.server.ts'
import { prisma } from '#app/utils/db.server.ts'
import { cn, invariantResponse } from '#app/utils/misc.tsx'
import { useUser } from '#app/utils/user.ts'
import { z } from 'zod'

export const handle = {
breadcrumb: <Icon name="file-text">Edit Profile</Icon>,
Expand Down

0 comments on commit 291d7b0

Please sign in to comment.