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 Zammad: FC = () => ( Link Shell ); export default Zammad; export const getServerSideProps = async (context: any) => {};