import { getContext } from "waku/middleware/context"; // This file appears to be unused - all cookie functionality is now in cookiebridge.ts // Left as a placeholder in case it's referenced elsewhere const useCookies = () => { const ctx = getContext(); console.log("WARNING: useCookie.ts is deprecated, use cookiebridge.ts instead"); return "DEPRECATED"; }; export { useCookies };