add Notification(Error Handling)

This commit is contained in:
2023-07-13 10:31:10 +03:30
parent 73562dce3e
commit 3c0fab50c6
5 changed files with 191 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ const FirstComponent = () => {
</Typography>
{isAuth ? (
<Button
variant="outlined"
variant="contained"
component={NextLinkComposed}
to={{
pathname: "/dashboard",