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