feat: fixed ttl

This commit is contained in:
Elias Renman
2025-03-24 16:54:49 +01:00
parent 085be0d51f
commit ee017c01c4
4 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import { mutateUrl, type UrlUpsertDto } from "@/api/url";
import { mutateUrl } from "@/api/url";
import { ArrowDown } from "@lucide/svelte";
const mutation = mutateUrl();