Skip to content

Commit 7335c3b

Browse files
committed
revert import path modification
1 parent 6a6a3ce commit 7335c3b

File tree

1 file changed

+1
-1
lines changed
  • packages/react-charts/src/victory/components/ChartLegend/examples

1 file changed

+1
-1
lines changed

packages/react-charts/src/victory/components/ChartLegend/examples/ChartLegend.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ import {
291291
createContainer,
292292
getInteractiveLegendEvents,
293293
getInteractiveLegendItemStyles,
294-
} from '@patternfly/react-charts';
294+
} from '@patternfly/react-charts/victory';
295295
import { getResizeObserver } from '@patternfly/react-core';
296296

297297
const InteractiveLegendChart = () => {

0 commit comments

Comments
 (0)