Fix daysjs import error

This commit is contained in:
jvcalderon 2023-08-31 15:11:39 +02:00
parent 2308d99e4c
commit 9fb2d89a33
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<script>
import dayjs from "dayjs"
import { dayjs } from "dayjs"
import { CoreDatePicker, Icon } from "@budibase/bbui"
import { onMount } from "svelte"