import React from 'react'; import Button from '../components/widgets/Button'; const ViewMore = (): JSX.Element => { return (

Congratulations on successfully installing the Recomaze

To access detailed reports login here:

*Log in with your app installation account details.
If forgotten, select{' '} Forgot Password .

); }; export default ViewMore;