// @flow import * as React from "react"; import { Error500Page } from "tabler-react"; type Props = {||}; function Error500(props: Props): React.Node { return ; } export default Error500;