change: refactor imports

This commit is contained in:
Julian Krauser 2025-05-07 09:20:32 +02:00
parent b4fdd5fc60
commit 18d52e4bab
38 changed files with 48 additions and 49 deletions

View file

@ -48,7 +48,7 @@ import Spinner from "@/components/Spinner.vue";
import SuccessCheckmark from "@/components/SuccessCheckmark.vue";
import FailureXMark from "@/components/FailureXMark.vue";
import TextCopy from "@/components/TextCopy.vue";
import { hashString } from "../../helpers/crypto";
import { hashString } from "@/helpers/crypto";
</script>
<script lang="ts">