From edf0ee984e34c96284ca11c06439541ac4203376 Mon Sep 17 00:00:00 2001 From: Quinn Dougherty Date: Mon, 1 Aug 2022 04:06:55 -0400 Subject: [PATCH] rm comment --- components/Header.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/components/Header.tsx b/components/Header.tsx index bffc09a..d2583e5 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -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 (