Skip to content

Commit

Permalink
linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Mar 7, 2024
1 parent 21d7246 commit 737c6f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webclient/src/composables/fetch.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { type MaybeRefOrGetter, shallowRef, toValue, watchEffect } from "vue";
import { useGlobalStore } from "@/stores/global";
import { useI18n } from "vue-i18n";

export function useFetch<T>(
url: MaybeRefOrGetter<string>,
Expand Down

0 comments on commit 737c6f7

Please sign in to comment.