Skip to content

Commit

Permalink
Fixing a miss during the rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicScrewdriver committed Oct 1, 2024
1 parent 4d7306b commit 7e06ffd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/perseus/src/widgets/interactive-graph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import {getInteractiveBoxFromSizeClass} from "../util/sizing-utils";

import {StatefulMafsGraph} from "./interactive-graphs";
import interactiveGraphValidator from "./interactive-graphs/interactive-graph-validator";
import {getClockwiseAngle} from "./interactive-graphs/math";

import type {StatefulMafsGraphType} from "./interactive-graphs/stateful-mafs-graph";
import type {QuadraticGraphState} from "./interactive-graphs/types";
Expand Down

0 comments on commit 7e06ffd

Please sign in to comment.