This commit is contained in:
Henri
2026-04-21 19:41:01 +03:00
parent 6b885d80af
commit 2ef643d15f
8 changed files with 260 additions and 518 deletions

View File

@@ -11,6 +11,7 @@ import Contact from './Contact.svelte'
import Managment from './Managment.svelte'
import Striim from './Striim.svelte'
import Calendar from './Calendar.svelte'
import Workshops from './Workshops.svelte';
// Route mapping for language switching
export const routeMap = {
@@ -104,8 +105,8 @@ export const routes = {
'/contact': Contact,
'/juhatus': Managment,
'/management': Managment,
'/koolitused': Home, // TODO
'/workshops': Home, // TODO
'/koolitused': Workshops,
'/workshops': Workshops,
'/striim': Striim,
'/kalender': Calendar,
'/calendar': Calendar,