import { Box, Flex, Image, } from '@chakra-ui/react'; import {colors} from '../colors'; function Header() { return ( Logo ); } export default Header;