dark mode side bar panel page

This commit is contained in:
Ehsan
2024-09-28 11:10:14 +03:30
parent af46e780b7
commit 8438b71538
6 changed files with 46 additions and 13 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ const listTab = [
];
function AddDoctorPage() {
const [value, setValue] = useState(3);
const [value, setValue] = useState(0);
const [open, setOpen] = useState(false);
const handleChange = (event, newValue) => setValue(newValue);