mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-04 15:22:55 +00:00
chore: update MobileMenu imports
This commit is contained in:
parent
7a7bb84c72
commit
8063027be8
1 changed files with 1 additions and 2 deletions
|
|
@ -9,9 +9,8 @@ import {
|
||||||
} from '@chakra-ui/react';
|
} from '@chakra-ui/react';
|
||||||
import { CloseIcon } from '@chakra-ui/icons';
|
import { CloseIcon } from '@chakra-ui/icons';
|
||||||
|
|
||||||
|
import { HeaderButtons, Search } from '../UI';
|
||||||
import { HamburgerIcon } from '../UI/icons';
|
import { HamburgerIcon } from '../UI/icons';
|
||||||
import { Search } from '../UI/';
|
|
||||||
import { HeaderButtons } from '../UI';
|
|
||||||
|
|
||||||
import { BORDER_WIDTH } from '../../constants';
|
import { BORDER_WIDTH } from '../../constants';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue