add web file headers
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Provides login state, user info, and auth actions to the whole app.
|
||||
*
|
||||
* Author: Shiv
|
||||
* Date: April 2026
|
||||
*/
|
||||
|
||||
"use client";
|
||||
|
||||
import { createContext, useContext, useState, useEffect, useCallback } from "react";
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Provides shopping cart state and actions like add, remove, and checkout.
|
||||
*
|
||||
* Author: Shiv
|
||||
* Date: April 2026
|
||||
*/
|
||||
|
||||
"use client";
|
||||
|
||||
import { createContext, useContext, useState, useEffect, useCallback } from "react";
|
||||
|
||||
@@ -1,3 +1,10 @@
|
||||
/*
|
||||
* Provides state and actions for both AI chat and live support chat.
|
||||
*
|
||||
* Author: Shiv
|
||||
* Date: April 2026
|
||||
*/
|
||||
|
||||
"use client";
|
||||
|
||||
import { createContext, useContext, useState, useRef, useCallback, useEffect } from "react";
|
||||
|
||||
Reference in New Issue
Block a user