import * as React from "react"; import { Flex } from "@chakra-ui/core"; export const CardFooter = ({ children, ...props }) => ( {children} );