"use client"; export function track(e:string,p?:Record){ if(typeof window!=="undefined"&&(window as any).plausible) (window as any).plausible(e,p?{props:p}:undefined);}