add prettier formatter to all file
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import AddDoctorPage from "@/components/panel/addDoctor";
|
||||
import Information from '@/data/information.json';
|
||||
import Information from "@/data/information.json";
|
||||
|
||||
function AddDoctor() {
|
||||
return (
|
||||
<AddDoctorPage data={Information} />
|
||||
)
|
||||
return <AddDoctorPage data={Information} />;
|
||||
}
|
||||
|
||||
export default AddDoctor
|
||||
export default AddDoctor;
|
||||
|
||||
Reference in New Issue
Block a user