import {Alert, AlertTitle} from "@material-ui/lab"; import React from "react"; import Link from "./Link"; export default function NoClientError () { return ( No client detected Have you signed in? Try to go back to the main page and try again ) }