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
@@ -1,9 +1,7 @@
import DatePicker from "@/app/component/date/datePicker"
import DatePicker from "@/app/component/date/datePicker";
function SelectDatePicker() {
return (
<DatePicker />
)
return <DatePicker />;
}
export default SelectDatePicker
export default SelectDatePicker;