transfer sveltekit design to svelte (juhatus page)

This commit is contained in:
Henri
2026-02-25 00:41:55 +02:00
parent e7162a8d0e
commit b713ed3589
3 changed files with 116 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ import Helpdesk from './Helpdesk.svelte'
import OurWork from './OurWork.svelte'
import AboutUs from './AboutUs.svelte'
import Contact from './Contact.svelte'
import Managment from './Managment.svelte'
// Route mapping for language switching
export const routeMap = {
@@ -74,4 +75,6 @@ export const routes = {
'/aboutus': AboutUs,
'/kontakt': Contact,
'/contact': Contact,
'/juhatus': Managment,
'/management': Managment,
}