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

@ -2,7 +2,7 @@ export const mockSchedules = [
{ id: 'default', name: 'Planning principal', color: '#10b981' },
{ id: 'secondary', name: 'Planning secondaire', color: '#3b82f6' },
{ id: 'special', name: 'Événements spéciaux', color: '#ef4444' },
{ id: 'exam', name: 'Planning examens', color: '#f59e0b' }
{ id: 'exam', name: 'Planning examens', color: '#f59e0b' },
];
export const mockEvents = [
@ -14,7 +14,7 @@ export const mockEvents = [
end: '2024-02-20T10:00:00',
planning: 'default',
location: 'Salle A101',
color: '#10b981'
color: '#10b981',
},
{
id: 'event-2',
@ -24,7 +24,6 @@ export const mockEvents = [
end: '2024-02-21T16:00:00',
planning: 'exam',
location: 'Amphithéâtre B',
color: '#f59e0b'
}
color: '#f59e0b',
},
];