9 |
Something Went Wrong
10 |
11 | We're not sure what happened there; how embarrassing! Please try
12 | again later, or if this keeps happening then let us know.
13 |
14 |
15 | Go to the homepage
16 |
17 |
18 | );
19 | }
20 |
--------------------------------------------------------------------------------
/@app/components/src/FourOhFour.tsx:
--------------------------------------------------------------------------------
1 | import { User } from "@app/graphql";
2 | import { Result } from "antd";
3 | import React from "react";
4 |
5 | import { ButtonLink } from "./ButtonLink";
6 |
7 | interface FourOhFourProps {
8 | currentUser?: Pick