From 04f0f25c673747f8f56d0c205aebafdf2366fe4c Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Wed, 11 May 2022 12:49:02 +0430 Subject: [PATCH] delete 3 files and update 2 files --- src/components/Input/index.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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 && (