'use client';
import { useChartsContext } from"../ChartsProvider/useChartsContext.js";
/**
* @deprecated Use `useChartsContext` instead. We added S to the charts prefix to align with other components.
*/exportconst useChartContext = useChartsContext;