We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f4e8f commit 220f7ddCopy full SHA for 220f7dd
src/apps/wallet-admin/src/home/tabs/home/HomeTab.tsx
@@ -1,14 +1,9 @@
1
/* eslint-disable react/jsx-wrap-multilines */
2
-import { FC, useEffect, useState } from 'react'
+import { FC } from 'react'
3
4
import { UserProfile } from '~/libs/core'
5
-import { IconOutline, LinkButton, LoadingCircles } from '~/libs/ui'
6
7
-import { Balance, WalletDetails } from '../../../lib/models/WalletDetails'
8
-import { getWalletDetails } from '../../../lib/services/wallet'
9
-import { InfoRow } from '../../../lib'
10
import { BannerImage, BannerText } from '../../../lib/assets/home'
11
-import Chip from '../../../lib/components/chip/Chip'
12
13
import styles from './Home.module.scss'
14
0 commit comments