Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
KenanYusuf committed Jan 25, 2024
1 parent 8480f60 commit 5ddf435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/victory-pie/src/victory-pie.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ import {
EventsMixinClass,
VictoryDatableProps,
} from "victory-core";
import { Slice } from "./slice";
import { isNil } from "lodash";
import { getBaseProps } from "./helper-methods";
import {
Slice,
SliceProps,
VictorySliceTTargetType,
VictorySliceLabelPlacementType,
VictorySliceLabelPositionType,
} from "../lib";
} from "./slice";

export interface VictoryPieProps
extends Omit<VictoryCommonProps, "polar">,
Expand Down

0 comments on commit 5ddf435

Please sign in to comment.