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 @@
/*
* Wraps the app in all the context providers and the floating chat.
*
* Author: Shiv
* Date: April 2026
*/
"use client";
import { AuthProvider } from "@/context/AuthContext";

View File

@@ -1,10 +1,3 @@
/*
* Floating chat button and popup for AI help and live support.
*
* Author: Shiv
* Date: April 2026
*/
"use client";
import { useState, useRef, useEffect } from "react";

View File

@@ -1,10 +1,3 @@
/*
* Site footer with quick links, company info, and contact details.
*
* Author: Shiv
* Date: April 2026
*/
import Link from "next/link";
import Image from "next/image";

View File

@@ -1,10 +1,3 @@
/*
* Top navigation bar with links, cart icon, and mobile drawer menu.
*
* Author: Shiv
* Date: April 2026
*/
"use client";
import Image from "next/image";

View File

@@ -1,10 +1,3 @@
/*
* Small card component for showing a pet in the adoption grid.
*
* Author: Shiv
* Date: April 2026
*/
import Link from "next/link";
import { getStatusClass } from "@/components/petUtils";

View File

@@ -1,10 +1,3 @@
/*
* Full detail view for a single pet on the adoption detail page.
*
* Author: Shiv
* Date: April 2026
*/
import Link from "next/link";
import { getStatusClass } from "@/components/petUtils";

View File

@@ -1,10 +1,3 @@
/*
* Card component for showing a product in the store grid.
*
* Author: Shiv
* Date: April 2026
*/
"use client";
import Link from "next/link";

View File

@@ -1,10 +1,3 @@
/*
* Full detail view for a single product on the product detail page.
*
* Author: Shiv
* Date: April 2026
*/
"use client";
import { useState } from "react";

View File

@@ -1,10 +1,3 @@
/*
* Shared helper functions for pet species emojis and status styling.
*
* Author: Shiv
* Date: April 2026
*/
//Temporary, until image support is added
export const SPECIES_EMOJI = {