summaryrefslogtreecommitdiffhomepage
path: root/frontend/src/components/inputs/Slider.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/inputs/Slider.tsx')
-rw-r--r--frontend/src/components/inputs/Slider.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/frontend/src/components/inputs/Slider.tsx b/frontend/src/components/inputs/Slider.tsx
index e8a8c3c35..ab3fb0996 100644
--- a/frontend/src/components/inputs/Slider.tsx
+++ b/frontend/src/components/inputs/Slider.tsx
@@ -1,7 +1,6 @@
import RcSlider from "rc-slider";
import "rc-slider/assets/index.css";
-import React, { FunctionComponent, useMemo, useState } from "react";
-import "./slider.scss";
+import { FunctionComponent, useMemo, useState } from "react";
type TooltipsOptions = boolean | "Always";