Drop unused imports from userLocalStorage.ts

This commit is contained in:
Dannon Baker
2023-05-31 15:54:43 -04:00
parent a4e6e47192
commit 837a54e2a2
+2 -2
View File
@@ -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.