mirror of
https://github.com/eliasrenman/url-shortener.git
synced 2026-03-16 20:16:06 +01:00
feat: fixed ttl
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user