From 24b005df2aaa43c663de34b7575a8baf25aa7a14 Mon Sep 17 00:00:00 2001 From: Steven Wu Date: Tue, 17 Sep 2024 16:10:28 -0400 Subject: [PATCH] reorder import --- plugins/ui/src/js/src/widget/WidgetUtils.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ui/src/js/src/widget/WidgetUtils.tsx b/plugins/ui/src/js/src/widget/WidgetUtils.tsx index c6a75260a..9b8bae277 100644 --- a/plugins/ui/src/js/src/widget/WidgetUtils.tsx +++ b/plugins/ui/src/js/src/widget/WidgetUtils.tsx @@ -59,6 +59,7 @@ import { Image, ListView, Picker, + ProgressBar, ProgressCircle, Radio, RadioGroup, @@ -70,7 +71,6 @@ import { ToggleButton, UITable, Tabs, - ProgressBar, } from '../elements'; /**