mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-10-26 11:27:18 +00:00
Removed invalid import.
This commit is contained in:
parent
b59ff8ce39
commit
28ed05c5c9
@ -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';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user