Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Numeric Input] - Update editor screen to be more organized #1951

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused objects from code.
  • Loading branch information
Mark Fitzgerald committed Dec 6, 2024
commit 1724cf46e764ce071cd8ee8394bd3e4ef3be81e8
2 changes: 0 additions & 2 deletions packages/perseus-editor/src/widgets/numeric-input-editor.tsx
Original file line number Diff line number Diff line change
@@ -18,7 +18,6 @@ import _ from "underscore";
import Heading from "../components/heading";
import PerseusEditorAccordion from "../components/perseus-editor-accordion";
import Editor from "../editor";
import {iconGear} from "../styles/icon-paths";

import type {APIOptionsWithDefaults} from "@khanacademy/perseus";

@@ -27,7 +26,6 @@ type ChangeFn = typeof Changeable.change;
const {
ButtonGroup,
InfoTip,
InlineIcon,
MultiButtonGroup,
NumberInput,
TextInput,
Loading