File tree 2 files changed +6
-11
lines changed
2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import type {
3
3
DropdownWidget ,
4
4
ExpressionWidget ,
5
5
ImageWidget ,
6
- NumericInputWidget ,
7
6
MockWidget ,
8
7
PerseusRenderer ,
9
8
} from "@khanacademy/perseus-core" ;
Original file line number Diff line number Diff line change 1
- import { mapObject } from "@khanacademy/perseus-core" ;
1
+ import {
2
+ mapObject ,
3
+ type PerseusRenderer ,
4
+ type PerseusWidgetsMap ,
5
+ } from "@khanacademy/perseus-core" ;
2
6
3
7
import { scoreIsEmpty , flattenScores } from "./util/scoring" ;
4
8
import { getWidgetIdsFromContent } from "./widget-type-utils" ;
@@ -10,15 +14,7 @@ import {
10
14
11
15
import type { PerseusStrings } from "./strings" ;
12
16
import type { PerseusScore } from "./types" ;
13
- import type {
14
- UserInput ,
15
- UserInputMap ,
16
- ValidationDataMap ,
17
- } from "./validation.types" ;
18
- import type {
19
- PerseusRenderer ,
20
- PerseusWidgetsMap ,
21
- } from "@khanacademy/perseus-core" ;
17
+ import type { ValidationDataMap , UserInputMap } from "./validation.types" ;
22
18
23
19
export function getUpgradedWidgetOptions (
24
20
oldWidgetOptions : PerseusWidgetsMap ,
You can’t perform that action at this time.
0 commit comments