Enhance routing and type definitions for training page. Added new training route and updated related components, including navigation links and user data handling. Refactored layout for improved user experience and consistency across site pages.
This commit is contained in:
@@ -11,20 +11,22 @@ export const nodes = [
|
||||
() => import('./nodes/7'),
|
||||
() => import('./nodes/8'),
|
||||
() => import('./nodes/9'),
|
||||
() => import('./nodes/10')
|
||||
() => import('./nodes/10'),
|
||||
() => import('./nodes/11')
|
||||
];
|
||||
|
||||
export const server_loads = [0];
|
||||
|
||||
export const dictionary = {
|
||||
"/": [3],
|
||||
"/login": [~10],
|
||||
"/logout": [~4],
|
||||
"/notifications": [~9],
|
||||
"/profile": [5],
|
||||
"/users": [~6],
|
||||
"/users/[id]": [~7],
|
||||
"/[site]": [~8,[2]]
|
||||
"/login": [~5],
|
||||
"/logout": [~6],
|
||||
"/notifications": [~7],
|
||||
"/profile": [8],
|
||||
"/training": [~9],
|
||||
"/users": [~10],
|
||||
"/users/[id]": [~11],
|
||||
"/[site]": [~4,[2]]
|
||||
};
|
||||
|
||||
export const hooks = {
|
||||
|
||||
Reference in New Issue
Block a user