diff --git a/src/v2/components/Blocks/Table/index.jsx b/src/v2/components/Blocks/Table/index.jsx index a5645ca5..75a1ef6c 100644 --- a/src/v2/components/Blocks/Table/index.jsx +++ b/src/v2/components/Blocks/Table/index.jsx @@ -12,7 +12,6 @@ import {map} from 'lodash/fp'; import Table from 'v2/components/UI/Table'; import type {TableHeadProps} from 'v2/@types/table'; import ValidatorName from 'v2/components/UI/ValidatorName'; - import useStyles from './styles'; const fields: TableHeadProps[] = [ diff --git a/src/v2/components/Validators/Table/index.jsx b/src/v2/components/Validators/Table/index.jsx index e1419ab2..04bf2245 100644 --- a/src/v2/components/Validators/Table/index.jsx +++ b/src/v2/components/Validators/Table/index.jsx @@ -15,7 +15,6 @@ import {LAMPORT_SOL_RATIO} from 'v2/constants'; import Socket from 'v2/stores/socket'; import Loader from 'v2/components/UI/Loader'; import HelpLink from 'v2/components/HelpLink'; - import ValidatorName from 'v2/components/UI/ValidatorName'; import useStyles from './styles';