mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-19 14:29:27 +00:00
update relative path of import
This commit is contained in:
parent
3dea406d9e
commit
e5a04b96c3
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import { FC } from 'react';
|
||||||
import { Box, Flex, Link, Stack, Text, useColorMode } from '@chakra-ui/react';
|
import { Box, Flex, Link, Stack, Text, useColorMode } from '@chakra-ui/react';
|
||||||
import NextLink from 'next/link';
|
import NextLink from 'next/link';
|
||||||
|
|
||||||
import { HeaderButtons, Search } from '../UI';
|
import { HeaderButtons, Search } from './';
|
||||||
import { MoonIcon, SunIcon } from '../UI/icons';
|
import { MoonIcon, SunIcon } from '../UI/icons';
|
||||||
|
|
||||||
import { MobileMenu } from '../layouts';
|
import { MobileMenu } from '../layouts';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue