import styles from "../styles/Header.module.css" import Link from "next/link" // The approach used in this component shows how to build a sign in and sign out // component that works on pages which support both client and server side // rendering, and avoids any flash incorrect content on initial page load. export default function Header() { return (
) }