Build and type fixes
This commit is contained in:
parent
d5bd58ac3e
commit
656f3fbe71
64 changed files with 1878 additions and 1501 deletions
13
apps/link/pages/500.tsx
Normal file
13
apps/link/pages/500.tsx
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { FC } from "react";
|
||||
import Head from "next/head";
|
||||
import { Layout } from "components/Layout";
|
||||
|
||||
const FiveHundred: FC = () => (
|
||||
<Layout>
|
||||
<Head>
|
||||
<title>Link Shell</title>
|
||||
</Head>
|
||||
</Layout>
|
||||
);
|
||||
|
||||
export default FiveHundred;
|
||||
Loading…
Add table
Add a link
Reference in a new issue