Fix more build errors

This commit is contained in:
Darren Clarke 2023-03-15 12:17:43 +00:00
parent 1bdc1e60db
commit 30ce47826f
61 changed files with 1161 additions and 541 deletions

View file

@ -1,9 +1,10 @@
import { FC } from "react";
import Head from "next/head";
import { Grid } from "@mui/material";
import { Layout } from "components/Layout";
import { ZammadWrapper } from "components/ZammadWrapper";
const Link = () => (
const Urgent: FC = () => (
<Layout>
<Head>
<title>Link Shell</title>
@ -27,4 +28,4 @@ const Link = () => (
</Layout>
);
export default Link;
export default Urgent;