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