Skip to content

Commit e50045f

Browse files
committed
chore: remove unused import
1 parent 94bef6f commit e50045f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/query/src/internal.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
import type { scope as scopeFn } from "simple:scope";
2-
import {
3-
transitionEnabledOnThisPage,
4-
supportsViewTransitions,
5-
} from "astro/virtual-modules/transitions-router.js";
2+
import { transitionEnabledOnThisPage } from "astro/virtual-modules/transitions-router.js";
63

74
export function create$(scope: typeof scopeFn) {
85
const anyMatchSelector = `[data-target$=${JSON.stringify(scope())}`;

0 commit comments

Comments
 (0)