add prettier formatter to all file

This commit is contained in:
Ehsan
2024-09-25 11:03:44 +03:30
parent fa38ee2b21
commit eda896e917
410 changed files with 47636 additions and 43842 deletions
+3 -5
View File
@@ -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;