Removed invalid import.

This commit is contained in:
grogi 2025-06-22 10:43:44 +02:00
parent b59ff8ce39
commit 28ed05c5c9

View File

@ -4,7 +4,7 @@ import React, { Component } from 'react';
import ReactTable from 'react-table';
import { withTranslation } from 'react-i18next';
import { sortAddress, sortAddressByTld } from '../../../helpers/helpers';
import { sortAddress } from '../../../helpers/helpers';
import { MODAL_TYPE, TABLES_MIN_ROWS } from '../../../helpers/constants';
import { LocalStorageHelper, LOCAL_STORAGE_KEYS } from '../../../helpers/localStorageHelper';