mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-08-08 18:09:13 +00:00
rename newHome to Home and remove old Home
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// ADD PAGES HERE TO REGISTER ROUTES
|
// ADD PAGES HERE TO REGISTER ROUTES
|
||||||
// examples: '/page', '/page/:id'
|
// examples: '/page', '/page/:id'
|
||||||
|
|
||||||
import NewHome from './NewHome.svelte'
|
import Home from './Home.svelte'
|
||||||
import Student from './Student.svelte'
|
import Student from './Student.svelte'
|
||||||
import Mentors from './Mentors.svelte'
|
import Mentors from './Mentors.svelte'
|
||||||
import Helpdesk from './Helpdesk.svelte'
|
import Helpdesk from './Helpdesk.svelte'
|
||||||
@@ -65,7 +65,7 @@ export function getTranslatedRoute(currentPath, targetLang) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const routes = {
|
export const routes = {
|
||||||
'/': NewHome,
|
'/': Home,
|
||||||
'/tudengile': Student,
|
'/tudengile': Student,
|
||||||
'/student': Student,
|
'/student': Student,
|
||||||
'/mentorid': Mentors,
|
'/mentorid': Mentors,
|
||||||
|
|||||||
Reference in New Issue
Block a user