Use lib version of date functions

This commit is contained in:
Jon Staab
2025-05-05 10:11:02 -07:00
parent 5873e8aa60
commit c1b52b66ff
21 changed files with 221 additions and 150 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<script lang="ts">
import {DateInput} from "date-picker-svelte"
import {secondsToDate, dateToSeconds} from "@welshman/app"
import {secondsToDate, dateToSeconds} from "@welshman/lib"
import Icon from "@lib/components/Icon.svelte"
import Button from "@lib/components/Button.svelte"