aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ui/Slider.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ui/Slider.tsx')
-rw-r--r--src/components/ui/Slider.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/ui/Slider.tsx b/src/components/ui/Slider.tsx
index aa351ccd2..4f22290ef 100644
--- a/src/components/ui/Slider.tsx
+++ b/src/components/ui/Slider.tsx
@@ -1,7 +1,7 @@
1import { ChangeEvent, Component, ReactElement } from 'react';
2import { observer } from 'mobx-react';
3import classnames from 'classnames'; 1import classnames from 'classnames';
4import { noop } from 'lodash'; 2import { noop } from 'lodash';
3import { observer } from 'mobx-react';
4import { type ChangeEvent, Component, type ReactElement } from 'react';
5 5
6interface IProps { 6interface IProps {
7 field: any; 7 field: any;