stiim page

This commit is contained in:
Henri
2026-02-26 20:14:47 +02:00
parent 89778446a6
commit 5d004bf043
3 changed files with 34 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ import OurWork from './OurWork.svelte'
import AboutUs from './AboutUs.svelte'
import Contact from './Contact.svelte'
import Managment from './Managment.svelte'
import Striim from './Striim.svelte'
// Route mapping for language switching
export const routeMap = {
@@ -77,4 +78,5 @@ export const routes = {
'/contact': Contact,
'/juhatus': Managment,
'/management': Managment,
'/striim': Striim,
}