Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhuish committed Sep 4, 2024
1 parent 6ec7db5 commit d5c2e62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/useStorage/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { MaybeComputedRef } from '../types';
import type { ConfigurableEventFilter, ConfigurableFlush, RemovableRef, WatchPausableReturn } from '@vueuse/core';
import type { Ref } from 'vue';
import { pausableWatch, resolveUnref, tryOnMounted, tryOnScopeDispose, watchWithFilter } from '@vueuse/core';
import { pausableWatch, resolveUnref, tryOnMounted, tryOnScopeDispose } from '@vueuse/core';
import { ref, shallowRef } from 'vue';
import { useInterceptor } from '../useInterceptor';

Expand Down
1 change: 0 additions & 1 deletion src/useToast/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import type { MaybeComputedRef } from '../types';
import { resolveUnref } from '@vueuse/core';
import { reactive } from 'vue';

export interface UniShowToastOptions extends UniApp.ShowToastOptions {}
export type ShowToastOptions = MaybeComputedRef<UniShowToastOptions>;
Expand Down

0 comments on commit d5c2e62

Please sign in to comment.