Skip to content

Commit

Permalink
Move import type into type imports section
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremywiebe committed Oct 31, 2024
1 parent 3bb6fdc commit c7a34cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ import {SvgDefs} from "./graphs/components/text-label";
import {PointGraph} from "./graphs/point";
import {MIN, X, Y} from "./math";
import {Protractor} from "./protractor";
import {type InteractiveGraphAction} from "./reducer/interactive-graph-action";
import {actions} from "./reducer/interactive-graph-action";
import {GraphConfigContext} from "./reducer/use-graph-config";
import {isUnlimitedGraphState, REMOVE_BUTTON_ID} from "./utils";

import type {InteractiveGraphAction} from "./reducer/interactive-graph-action";
import type {
InteractiveGraphState,
InteractiveGraphProps,
Expand Down

0 comments on commit c7a34cd

Please sign in to comment.