title change emaildelete
This commit is contained in:
@@ -10,7 +10,7 @@ import Tabs from "@/app/component/Tabs";
|
||||
const listTab = ["درباره کلینیک", "اطلاعات تماس", "پزشک ها"];
|
||||
|
||||
function ClinicPage({ data, doctors }) {
|
||||
const [value, setValue] = useState(2);
|
||||
const [value, setValue] = useState(0);
|
||||
const handleChange = (_, newValue) => setValue(newValue);
|
||||
|
||||
const Components = [
|
||||
|
||||
Reference in New Issue
Block a user