mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-24 16:30:27 +08:00
Drop unused imports from userLocalStorage.ts
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ref, watch, type Ref, computed, customRef } from "vue";
|
||||
import { ref, computed, customRef } from "vue";
|
||||
import { useHashedUserId } from "./hashedUserId";
|
||||
import { useLocalStorage, type RemovableRef, resolveUnref } from "@vueuse/core";
|
||||
import { useLocalStorage } from "@vueuse/core";
|
||||
|
||||
/**
|
||||
* Local storage composable specific to current user.
|
||||
|
||||
Reference in New Issue
Block a user