add web file headers
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Shows the full details for a single pet available for adoption.
|
||||
*
|
||||
* Author: Shiv
|
||||
* Date: April 2026
|
||||
*/
|
||||
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Browsing page for all adoptable pets with filters and search.
|
||||
*
|
||||
* Author: Shiv
|
||||
* Date: April 2026
|
||||
*/
|
||||
|
||||
"use client";
|
||||
|
||||
import { useState, useEffect, useMemo } from "react";
|
||||
|
||||
Reference in New Issue
Block a user