From c8318e7dd4eede1f29bbda076c154bf20debd107 Mon Sep 17 00:00:00 2001 From: Jesse Winton Date: Tue, 19 Nov 2024 14:27:02 -0500 Subject: [PATCH] update --- .../(components)/animations/DelayedExecutions.svelte | 7 +++---- .../(components)/animations/ScheduledFunctions.svelte | 1 - 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/routes/products/functions/(components)/animations/DelayedExecutions.svelte b/src/routes/products/functions/(components)/animations/DelayedExecutions.svelte index e75593e3f5..1c4674efa1 100644 --- a/src/routes/products/functions/(components)/animations/DelayedExecutions.svelte +++ b/src/routes/products/functions/(components)/animations/DelayedExecutions.svelte @@ -7,10 +7,9 @@ const curr = today(getLocalTimeZone()); const { - elements: { calendar, heading, grid, cell, prevButton, nextButton }, - states: { months, headingValue, value }, - helpers: { isDateDisabled, isDateUnavailable }, - options: { locale } + elements: { calendar, heading, grid, cell }, + states: { months, headingValue }, + helpers: { isDateDisabled, isDateUnavailable } } = createCalendar({ defaultValue: curr }); diff --git a/src/routes/products/functions/(components)/animations/ScheduledFunctions.svelte b/src/routes/products/functions/(components)/animations/ScheduledFunctions.svelte index bf6aed3c90..0e66fdd01f 100644 --- a/src/routes/products/functions/(components)/animations/ScheduledFunctions.svelte +++ b/src/routes/products/functions/(components)/animations/ScheduledFunctions.svelte @@ -1,5 +1,4 @@