Skip to content

Commit

Permalink
respond to Jeremy's feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
handeyeco committed Jan 17, 2025
1 parent ecd7c1c commit 6c4f357
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {angles} from "@khanacademy/kmath";
import invariant from "tiny-invariant";

import {getClockwiseAngle} from "../../../../../kmath/src/angles";

import {changeSnapStep, changeRange, actions} from "./interactive-graph-action";
import {interactiveGraphReducer} from "./interactive-graph-reducer";

Expand All @@ -13,6 +12,8 @@ import type {
} from "../types";
import type {GraphRange} from "@khanacademy/perseus-core";

const {getClockwiseAngle} = angles;

const baseSegmentGraphState: InteractiveGraphState = {
hasBeenInteractedWith: false,
type: "segment",
Expand Down

0 comments on commit 6c4f357

Please sign in to comment.