update relative path of import

This commit is contained in:
Paul Wackerow 2022-12-15 17:39:48 +01:00 committed by GitHub
parent 3dea406d9e
commit e5a04b96c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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';