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