Skip to content

Commit dc0244d

Browse files
authored
cleanup: remove unused imports (#416)
1 parent c441774 commit dc0244d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
useSubmit,
2525
} from '@remix-run/react'
2626
import { withSentry } from '@sentry/remix'
27-
import { Suspense, lazy, useRef } from 'react'
27+
import { useRef } from 'react'
2828
import { z } from 'zod'
2929
import { Confetti } from './components/confetti.tsx'
3030
import { GeneralErrorBoundary } from './components/error-boundary.tsx'

0 commit comments

Comments
 (0)