Add 404 page

This commit is contained in:
jwu-fisker
2021-01-07 21:34:39 -08:00
parent d2d7638e81
commit ab0453c09b
4 changed files with 73 additions and 9 deletions

View File

@@ -466,6 +466,42 @@ exports[`App Route /home unauthenticated 1`] = `
</div>
`;
exports[`App Route /page-not-found authenticated 1`] = `
<div>
<div
data-testid="mocked-userprovider"
>
<div
class="makeStyles-paper-41"
>
<h1
class="MuiTypography-root MuiTypography-h2"
>
Page Not Found
</h1>
</div>
</div>
</div>
`;
exports[`App Route /page-not-found unauthenticated 1`] = `
<div>
<div
data-testid="mocked-userprovider"
>
<div
class="makeStyles-paper-37"
>
<h1
class="MuiTypography-root MuiTypography-h2"
>
Page Not Found
</h1>
</div>
</div>
</div>
`;
exports[`App Route /signup authenticated 1`] = `
<div>
<div