react-code-dataset / tabler-react /example /src /pages /ForgotPasswordPage.react.js
Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
289 Bytes
// @flow
import * as React from "react";
import { ForgotPasswordPage as TablerForgotPasswordPage } from "tabler-react";
type Props = {||};
function ForgotPasswordPage(props: Props): React.Node {
return <TablerForgotPasswordPage />;
}
export default ForgotPasswordPage;