update relative path of import
This commit is contained in:
parent
3dea406d9e
commit
e5a04b96c3
|
@ -2,7 +2,7 @@ import { FC } from 'react';
|
|||
import { Box, Flex, Link, Stack, Text, useColorMode } from '@chakra-ui/react';
|
||||
import NextLink from 'next/link';
|
||||
|
||||
import { HeaderButtons, Search } from '../UI';
|
||||
import { HeaderButtons, Search } from './';
|
||||
import { MoonIcon, SunIcon } from '../UI/icons';
|
||||
|
||||
import { MobileMenu } from '../layouts';
|
||||
|
|
Loading…
Reference in New Issue