1e92f2d
1
2
3
4
import { createContext } from 'react' export const ChartContext = createContext(undefined)