Revert "add web file headers"

This reverts commit c4086c8072.
This commit is contained in:
2026-04-20 22:01:15 -06:00
parent c4086c8072
commit 46c59336f4
33 changed files with 0 additions and 231 deletions

View File

@@ -1,10 +1,3 @@
/*
* Shows the full details for a single product from the store.
*
* Author: Shiv
* Date: April 2026
*/
"use client";
import Link from "next/link";

View File

@@ -1,10 +1,3 @@
/*
* Browsing page for all store products with search and pagination.
*
* Author: Shiv
* Date: April 2026
*/
"use client";
import { useState, useEffect } from "react";