feat: user activation and emails
This commit is contained in:
10
components/elements/error.tsx
Normal file
10
components/elements/error.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import { HomeLink } from './homeLink';
|
||||
|
||||
export default function ErrorComponent() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Oops. Something went wrong. Please try later :(</h1>
|
||||
<HomeLink />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user