Skip to content

Commit

Permalink
fix: remove useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinhuish committed Sep 3, 2024
1 parent a5caac5 commit 359b0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usePageScroll/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { MaybeRef } from '../types';
import { onPageScroll } from '@dcloudio/uni-app';
import { resolveUnref, watchWithFilter } from '@vueuse/core';
import { watchWithFilter } from '@vueuse/core';
import { computed, isRef, ref } from 'vue';

export interface UsePageScrollOptions {
Expand Down

0 comments on commit 359b0fe

Please sign in to comment.