add open/close to sidebar & responsive sidebar & head & page dashboard and user account
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import AddDoctorPage from "@/components/panel/addDoctor"
|
||||
import AddDoctorPage from "@/components/panel/addDoctor";
|
||||
import Information from '@/data/information.json';
|
||||
|
||||
function AddDoctor() {
|
||||
return (
|
||||
<AddDoctorPage />
|
||||
<AddDoctorPage data={Information} />
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user