import { Box, Heading } from "@chakra-ui/react"; import type { FunctionComponent } from "react"; export const FAQHeading: FunctionComponent = ({ children }) => ( {children} );