Skip to content

Commit

Permalink
fix(lint): merge duplicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Jun 27, 2023
1 parent eb3e600 commit 5eb912b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/routes/start.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import {type LoaderArgs, type HeadersArgs} from '@remix-run/node'
import {useEffect} from 'react'
import {diffArray, pick} from '@arcath/utils'

import {increment} from '@arcath/utils'
import {diffArray, pick, increment} from '@arcath/utils'
import {json} from '@remix-run/node'
import {useLoaderData, useCatch, useSearchParams} from '@remix-run/react'

Expand Down

0 comments on commit 5eb912b

Please sign in to comment.