migracion a svelte 5

Signed-off-by: fede <federico.nicolas.polidoro@gmail.com>
This commit is contained in:
2024-10-31 19:24:56 -03:00
parent 76e53d6f28
commit e550952397
10 changed files with 28 additions and 22 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ export const hooks = {
reroute: (() => {})
};
export { default as root } from '../root.svelte';
export { default as root } from '../root.js';