import { Box, type BoxProps } from "@chakra-ui/react" export const Pre = (props: BoxProps) => { return ( ) } export const Code = (props: BoxProps) => { return ( ) }