diff --git a/src/components/input/Input.stories.tsx b/src/components/input/Input.stories.tsx index 7b9d893b..f6d88529 100644 --- a/src/components/input/Input.stories.tsx +++ b/src/components/input/Input.stories.tsx @@ -1,4 +1,4 @@ -import React, {useEffect, useRef} from "react"; +import React from "react"; import Input from "./Input"; import {IconMail} from "@tabler/icons-react";