responsive page clinics & about & contact & doctors

This commit is contained in:
Ehsan
2024-08-20 20:18:26 +03:30
parent 381b0a9eea
commit dfd7360be5
24 changed files with 321 additions and 90 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import Doctors from './components/doctors';
function ClinicPage({ data, doctors }) {
const [value, setValue] = useState(0);
const [value, setValue] = useState(1);
const handleChange = (event, newValue) => setValue(newValue);
const Components = [