import Link from "next/link"; const AuthRequired = (props) => { return ( <>

Hi there!

You are not signed in.{" "} Sign in

); }; export default AuthRequired;