Skip to content

Commit

Permalink
chore(typescript): use named import
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrippey committed Jun 18, 2022
1 parent bc961cc commit e10fa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/victory-line/src/victory-line.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import PropTypes from "prop-types";
import React from "react";
import { getBaseProps } from "./helper-methods";
import Curve from "./curve";
import { Curve } from "./curve";
import {
PropTypes as CustomPropTypes,
Helpers,
Expand Down

0 comments on commit e10fa33

Please sign in to comment.