Skip to content

Commit ec8e6a2

Browse files
committed
Remove unused import
1 parent 2b1caad commit ec8e6a2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/perseus/src/renderer-util.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ import {
1010
import type {PerseusRenderer, PerseusWidgetsMap} from "./perseus-types";
1111
import type {PerseusStrings} from "./strings";
1212
import type {PerseusScore} from "./types";
13-
import type {
14-
UserInput,
15-
UserInputMap,
16-
ValidationDataMap,
17-
} from "./validation.types";
13+
import type {UserInputMap, ValidationDataMap} from "./validation.types";
1814

1915
export function getUpgradedWidgetOptions(
2016
oldWidgetOptions: PerseusWidgetsMap,

0 commit comments

Comments
 (0)