Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Jul 22, 2024
1 parent 94bef6f commit e50045f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/query/src/internal.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import type { scope as scopeFn } from "simple:scope";
import {
transitionEnabledOnThisPage,
supportsViewTransitions,
} from "astro/virtual-modules/transitions-router.js";
import { transitionEnabledOnThisPage } from "astro/virtual-modules/transitions-router.js";

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

0 comments on commit e50045f

Please sign in to comment.