Skip to content

Commit 5500ab1

Browse files
committed
Remove unused imports from RelaySettingsPage.tsx
1 parent 3e4ef1f commit 5500ab1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/pages/RelaySettingsPage.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
import React, { useState, useEffect } from 'react';
44
import { useTranslation } from 'react-i18next';
55
import { PageTitle } from '@app/components/common/PageTitle/PageTitle';
6-
import { BaseButton } from '@app/components/common/BaseButton/BaseButton';
7-
import { BaseRow } from '@app/components/common/BaseRow/BaseRow';
8-
import { BaseCol } from '@app/components/common/BaseCol/BaseCol';
9-
import { Balance } from '@app/components/relay-dashboard/Balance/Balance';
10-
import { TotalEarning } from '@app/components/relay-dashboard/totalEarning/TotalEarning';
11-
import { ActivityStory } from '@app/components/relay-dashboard/transactions/Transactions';
126
import { useDispatch } from 'react-redux';
137
import { useAppSelector } from '@app/hooks/reduxHooks';
148
import { setMode } from '@app/store/slices/modeSlice';

0 commit comments

Comments
 (0)