Skip to content

Commit 465f032

Browse files
committed
bonk
1 parent e694156 commit 465f032

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sitio-sveltekit/src/routes/+page.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
import { formatDuration, intervalToDuration, type Duration } from 'date-fns';
33
import { es } from 'date-fns/locale/es';
44
import dayjs from 'dayjs';
5+
import utc from 'dayjs/plugin/utc';
6+
import timezone from 'dayjs/plugin/timezone';
7+
dayjs.extend(utc);
8+
dayjs.extend(timezone);
59
import AIRPORTS from '$lib/aerolineas-airports.json';
610
import { Button } from '@/components/ui/button';
711
import type { Vuelo } from '$lib';

0 commit comments

Comments
 (0)