diff --git a/src/components/Input/index.js b/src/components/Input/index.js index 5fb4ed0..e37c08f 100644 --- a/src/components/Input/index.js +++ b/src/components/Input/index.js @@ -1,9 +1,7 @@ +// it has style inside index.scss ---> // Start Input Component && end Input Component + import React, { useState } from "react"; import _ from "lodash"; -import "./index.scss"; - -import tick from "./tick.png"; -import danger from "./danger.png"; const langDetector = (lang, option1, option2) => { return lang === "fa" ? option1 : option2; @@ -88,7 +86,7 @@ export default function Input(props) { /> {!status && value && (