© 2026 Hedgehog Software, LLC
const { data: sessionData } = useSession();
const cart = api.cart.getCart.useQuery({ userId: sessionData?.user?.id });