Removed unused import
This commit is contained in:
parent
9a40249c00
commit
4058fad711
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import {
|
|||
ProcessedComputable
|
||||
} from "util/computed";
|
||||
import { createLazyProxy } from "util/proxies";
|
||||
import { computed, isRef, Ref, unref } from "vue";
|
||||
import { computed, Ref, unref } from "vue";
|
||||
import { OptionsFunc, Replace, setDefault } from "./feature";
|
||||
import { Resource } from "./resources/resource";
|
||||
|
||||
|
|
Loading…
Reference in a new issue