l-min-components 1.0.191 → 1.0.193

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "l-min-components",
3
- "version": "1.0.191",
3
+ "version": "1.0.193",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "src/assets",
@@ -8,7 +8,7 @@ import {
8
8
  } from "./index.styled";
9
9
  import InputComponent from "../input";
10
10
  import ButtonComponent from "../button";
11
- import { IoMdClose } from "react-icons/all";
11
+ import { IoMdClose } from "react-icons/io";
12
12
  import Modal from "react-modal";
13
13
  import SliderWithTooltip from "./slider";
14
14
 
@@ -20,7 +20,6 @@ import SliderWithTooltip from "./slider";
20
20
  *
21
21
  */
22
22
  const NotificationThresholdComponent = (props) => {
23
-
24
23
  const [value, setValue] = useState(1);
25
24
  console.log(value);
26
25