Skip to content

Commit 220f7dd

Browse files
committed
fix: lint
1 parent 52f4e8f commit 220f7dd

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/apps/wallet-admin/src/home/tabs/home/HomeTab.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
/* eslint-disable react/jsx-wrap-multilines */
2-
import { FC, useEffect, useState } from 'react'
2+
import { FC } from 'react'
33

44
import { UserProfile } from '~/libs/core'
5-
import { IconOutline, LinkButton, LoadingCircles } from '~/libs/ui'
65

7-
import { Balance, WalletDetails } from '../../../lib/models/WalletDetails'
8-
import { getWalletDetails } from '../../../lib/services/wallet'
9-
import { InfoRow } from '../../../lib'
106
import { BannerImage, BannerText } from '../../../lib/assets/home'
11-
import Chip from '../../../lib/components/chip/Chip'
127

138
import styles from './Home.module.scss'
149

0 commit comments

Comments
 (0)