"use client"; import { useAtomValue } from "jotai"; import React from "react"; import { currentProductAtom } from "@/_helpers/JotaiWrapper"; const OverviewPane: React.FC = () => { const product = useAtomValue(currentProductAtom); return (
{value}