Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson committed Apr 25, 2024
1 parent 18d8f50 commit 2f893c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ddex/webapp/client/src/pages/Login/Login.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { useCallback, useEffect } from 'react'

import { Button, Flex } from '@audius/harmony'
import { useSearchParams } from 'react-router-dom'

import { useAudiusSdk } from 'providers/AudiusSdkProvider'
import { useAuth } from 'providers/AuthProvider'
import { useSearchParams } from 'react-router-dom'

import styles from './Login.module.css'

Expand Down

0 comments on commit 2f893c1

Please sign in to comment.