@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user