Feat: link from alert to some page

This commit is contained in:
Cesar 2021-01-06 17:03:44 +00:00 committed by Josh Harvey
parent b8d55e82c4
commit c0106592eb
5 changed files with 18 additions and 24 deletions

View file

@ -303,7 +303,6 @@ const Routes = () => {
<Route exact path="/">
<Redirect to={{ pathname: '/transactions' }} />
</Route>
{/* <Route path="/dashboard" /> */}
<Route path={'/dashboard'}>
<Transition
className={classes.wrapper}