diff --git a/public/Layout/body_background.png b/public/Layout/body_background.png deleted file mode 100644 index e8afd9e..0000000 Binary files a/public/Layout/body_background.png and /dev/null differ diff --git a/public/logo.png b/public/logo.png deleted file mode 100644 index 59dc75f..0000000 Binary files a/public/logo.png and /dev/null differ diff --git a/public/logo3.png b/public/logo3.png deleted file mode 100644 index e985fef..0000000 Binary files a/public/logo3.png and /dev/null differ diff --git a/src/Components/Karimalden/View/SelectField.tsx b/src/Components/Karimalden/View/SelectField.tsx deleted file mode 100644 index 7cc69ee..0000000 --- a/src/Components/Karimalden/View/SelectField.tsx +++ /dev/null @@ -1,39 +0,0 @@ -import { Form, Select } from 'antd' -import React from 'react' -import useFormField from '../../../Hooks/useFormField'; - -const SelectField = ({ name, label, placeholder, isDisabled,option,isMulti,onChange, props}: any) => { - - const { errorMsg, isError, t ,formik} = useFormField(name, props) - const SelecthandleChange = (value: { value: string; label: React.ReactNode }) => { - formik.setFieldValue(name, value) - - }; - return ( -
+