Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
210 Bytes
// @flow
import * as React from "react";
import { Error500Page } from "tabler-react";
type Props = {||};
function Error500(props: Props): React.Node {
return <Error500Page />;
}
export default Error500;