chore: application prettier

This commit is contained in:
Luc SORIGNET
2025-04-15 19:37:47 +02:00
parent dd0884bbce
commit f7666c894b
174 changed files with 10609 additions and 8760 deletions

View File

@ -37,7 +37,7 @@ const YearView = ({ onDateClick }) => {
return (
<div className="grid grid-cols-4 gap-4 p-4">
{months.map(month => (
{months.map((month) => (
<MonthCard
key={month.getTime()}
month={month}
@ -49,4 +49,4 @@ const YearView = ({ onDateClick }) => {
);
};
export default YearView;
export default YearView;