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