diff --git a/packages/x-charts-pro/src/ChartContainerPro/ChartContainerPro.tsx b/packages/x-charts-pro/src/ChartContainerPro/ChartContainerPro.tsx index c3625bc0a2aea..3abd32a73dfc5 100644 --- a/packages/x-charts-pro/src/ChartContainerPro/ChartContainerPro.tsx +++ b/packages/x-charts-pro/src/ChartContainerPro/ChartContainerPro.tsx @@ -13,7 +13,7 @@ import { AnimationProvider, } from '@mui/x-charts/internals'; import { useLicenseVerifier } from '@mui/x-license/useLicenseVerifier'; -import {} from '../typeOverloads'; +import type {} from '../typeOverloads'; import { getReleaseInfo } from '../internals/utils/releaseInfo'; import { CartesianProviderPro } from '../context/CartesianProviderPro'; import { ZoomProps, ZoomProvider } from '../context/ZoomProvider';