change component folders && add multipleselector && send img of doctor page && send skills to create doctor item
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import FieldLabel from "@/components/contactUs/FieldLabel";
|
||||
import Field from "@/app/component/Field";
|
||||
import Field from "@/app/component/fields/Field";
|
||||
import AutoSelector from "@/app/component/element/AutoSelector";
|
||||
|
||||
const listIntensity = [
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import FieldLabel from "@/components/contactUs/FieldLabel";
|
||||
import Field from "@/app/component/Field";
|
||||
import Field from "@/app/component/fields/Field";
|
||||
|
||||
function Content({ setData, data }) {
|
||||
const handleChange = (name, value) =>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import FieldLabel from "@/components/contactUs/FieldLabel";
|
||||
import Field from "@/app/component/Field";
|
||||
import Field from "@/app/component/fields/Field";
|
||||
|
||||
function Content({ setData, data }) {
|
||||
const handleChange = (name, value) =>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import FieldLabel from "@/components/contactUs/FieldLabel";
|
||||
import Field from "@/app/component/Field";
|
||||
import Field from "@/app/component/fields/Field";
|
||||
|
||||
function Content({ setData, data }) {
|
||||
const handleChange = (name, value) =>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import FieldLabel from "@/components/contactUs/FieldLabel";
|
||||
import Field from "@/app/component/Field";
|
||||
import Field from "@/app/component/fields/Field";
|
||||
|
||||
const listIntensity = [
|
||||
{ label: "شدید" },
|
||||
|
||||
Reference in New Issue
Block a user