add web file headers

This commit is contained in:
2026-04-20 22:00:29 -06:00
parent 97acb7e17f
commit c4086c8072
33 changed files with 231 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
/*
* Root layout that wraps every page with the nav bar, footer, and providers.
*
* Author: Shiv
* Date: April 2026
*/
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import DisplayNav from "@/components/Navigation";