From e02d20a910af808bdcab78cf8425cd71485056e0 Mon Sep 17 00:00:00 2001 From: Nathan Farmer Date: Fri, 8 Mar 2024 12:38:56 -0500 Subject: [PATCH] Typo --- src/renderers.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderers.ts b/src/renderers.ts index 8b437b0..835d1ad 100644 --- a/src/renderers.ts +++ b/src/renderers.ts @@ -9,7 +9,7 @@ import { VerticalLayoutRenderer } from "./layouts/VerticalLayout"; import { NumericControl } from "./controls/NumericControls/NumericControl"; import { NumericSliderControl } from "./controls/NumericControls/NumericSliderControl"; -import { isNumericControl, isNu, isNumericSliderControl } from "./controls/NumericControls/testers"; +import { isNumericControl, isNumericSliderControl } from "./controls/NumericControls/testers"; // Ordered from lowest rank to highest rank. Higher rank renderers will be preferred over lower rank renderers.