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