Skip to content

Commit 0ebe100

Browse files
committed
refactor: fixed duplicate import linting warning
1 parent e3ab58d commit 0ebe100

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

components/torrent/TorrentDetails.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,11 @@ import { ChevronLeftIcon } from "@heroicons/vue/24/solid";
4343
import { Ref } from "vue";
4444
import { TorrentResponse } from "torrust-index-types-lib";
4545
import { notify } from "notiwind-ts";
46-
import { useRoute } from "#imports";
46+
import { useRoute, navigateTo, ref, useRestApi } from "#imports";
4747
import TorrentActionCard from "~/components/torrent/TorrentActionCard.vue";
4848
import TorrentDescriptionTab from "~/components/torrent/TorrentDescriptionTab.vue";
4949
import TorrentFilesTab from "~/components/torrent/TorrentFilesTab.vue";
5050
import TorrentTrackersTab from "~/components/torrent/TorrentTrackersTab.vue";
51-
import { navigateTo, ref, useRestApi } from "#imports";
5251
5352
const route = useRoute();
5453
const rest = useRestApi().value;

0 commit comments

Comments
 (0)