import { Text } from "../../"; const Custom500 = ({ errorCode, errorMessage }: any) => ( ${errorCode} ${errorMessage}`} textStyle="h2" /> ); export default Custom500;