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