import { Stack } from "@chakra-ui/react" export const Panel = ({ children, ...rest }) => { return ( {children} ) }