Skip to content

Commit f237381

Browse files
committed
Moved to the according package.
1 parent 0f940c0 commit f237381

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/workspace/ui/elements/UiSlider.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
package workspace.ui;
1+
package workspace.ui.elements;
22

33
import math.Mathf;
4+
import workspace.ui.UiComponent;
45
import workspace.ui.border.Insets;
56
import workspace.ui.event.ISliderCallBack;
67
import workspace.ui.renderer.SliderRenderer;

0 commit comments

Comments
 (0)