mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 21:34:21 +00:00
Added timetable
This commit is contained in:
29
src/data/timetable.ts
Normal file
29
src/data/timetable.ts
Normal 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: "",
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user