formating

This commit is contained in:
AmirHossein Mahmoodi
2025-09-03 15:41:15 +03:30
parent 781018225b
commit 28af206696
13 changed files with 243 additions and 235 deletions

View File

@@ -6,4 +6,4 @@ export const makeDateTime = (date, time) => {
d.setHours(t.getHours(), t.getMinutes(), 0, 0);
}
return d;
};
};