import { NextPage } from "next"; import Head from "next/head"; import { Grid } from "@mui/material"; import { Layout } from "components/Layout"; import { ZammadWrapper } from "components/ZammadWrapper"; const Profile: NextPage = () => ( Link Shell ); export default Profile; export const getServerSideProps = async (context: any) => {};