rm comment

This commit is contained in:
Quinn Dougherty 2022-08-01 04:06:55 -04:00
parent 46dec0ea85
commit edf0ee984e

View File

@ -1,9 +1,6 @@
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 (