Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
thejessewinton committed Nov 19, 2024
1 parent aa6c9a0 commit c8318e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<script lang="ts">
import { classNames } from '$lib/utils/classnames';
import { onMount } from 'svelte';
import { writable } from 'svelte/store';
Expand Down

0 comments on commit c8318e7

Please sign in to comment.