Added timetable

This commit is contained in:
Rene Arumetsa
2025-07-04 21:28:01 +03:00
parent 82aab34ad5
commit ee49cc09c6
2 changed files with 86 additions and 6 deletions

29
src/data/timetable.ts Normal file
View File

@@ -0,0 +1,29 @@
export const scheduleData: Record<string, any[]> = {
"24. oktoober": [
{
title: "League of Legends põhiturniir",
location: "Aula",
},
{
title: "Miniturniirid",
location: "Tudengimaja",
},
],
"25. oktoober": [
{
title: "Counter-Strike 2 põhiturniir",
location: "Aula",
},
{
title: "Miniturniirid",
location: "Tudengimaja",
},
],
"26. oktoober": [
{
time: "00:00",
title: "Ajakava lisatakse peagi",
location: "",
},
],
};