From d7dcb32d239f369f5b150070054363125beabb42 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 12 Jan 2025 09:53:01 -0300 Subject: [PATCH] alerta --- sitio-sveltekit/src/routes/historico/+page.server.ts | 1 + sitio-sveltekit/src/routes/historico/+page.svelte | 1 + 2 files changed, 2 insertions(+) diff --git a/sitio-sveltekit/src/routes/historico/+page.server.ts b/sitio-sveltekit/src/routes/historico/+page.server.ts index fd16d3d..e3d2e62 100644 --- a/sitio-sveltekit/src/routes/historico/+page.server.ts +++ b/sitio-sveltekit/src/routes/historico/+page.server.ts @@ -1,3 +1,4 @@ +// TODO ESTE ARCHIVO ESTA GENERADO POR CURSOR COMPOSER (Claude). CAMINAR CON CUIDADO import type { PageServerLoad } from './$types'; import dayjs from 'dayjs'; import utc from 'dayjs/plugin/utc'; diff --git a/sitio-sveltekit/src/routes/historico/+page.svelte b/sitio-sveltekit/src/routes/historico/+page.svelte index 7e6adfa..645817f 100644 --- a/sitio-sveltekit/src/routes/historico/+page.svelte +++ b/sitio-sveltekit/src/routes/historico/+page.svelte @@ -1,4 +1,5 @@