mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 16:03:21 +00:00
chore: application prettier
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user