finished the front for the task manager

This commit is contained in:
celeste
2026-03-01 14:04:21 +01:00
parent 8c368f3c8e
commit 358df6e0bd
66 changed files with 1319 additions and 179 deletions

View File

@@ -3,13 +3,17 @@ export { matchers } from './matchers.js';
export const nodes = [
() => import('./nodes/0'),
() => import('./nodes/1'),
() => import('./nodes/2')
() => import('./nodes/2'),
() => import('./nodes/3'),
() => import('./nodes/4')
];
export const server_loads = [];
export const dictionary = {
"/": [2]
"/": [2],
"/courses": [3],
"/taches": [4]
};
export const hooks = {