Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tgntr committed Nov 14, 2022
1 parent 23f6292 commit 58352c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/containers/ConnectWallet/ConnectWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,16 @@ import Dialog from 'components/Dialog'
import { updateUser } from 'store/user'
import { RootState } from 'store'
import Header from 'components/Layout/Header'
import { connectUser, getSigningClient } from 'utils/config'
import { connectUser } from 'utils/config'
import { useState } from 'react'
import LoadingButton from '@mui/lab/LoadingButton'

import {
COSMOSTATION_LEDGER,
DEFAULT_LOGIN_FAILURE_MSG,
FIREBASE_AUTH_NONCE_URL,
FIREBASE_AUTH_VERIFY_URL,
KEPLR_LEDGER,
LOGIN_FAIL_TITLE
} from 'utils/constants'
import axios from 'axios'
import { authenticate } from 'utils/firebase'

const ConnectWallet = () => {
Expand Down

0 comments on commit 58352c5

Please sign in to comment.