We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e52ce commit d03b111Copy full SHA for d03b111
packages/svelte/src/motion/utils.js
@@ -1,6 +1,6 @@
1
/** @import { Source } from '#client' */
2
-import { DEV } from "esm-env";
3
-import { tag } from "../internal/client/dev/tracing.js";
+import { DEV } from 'esm-env';
+import { tag } from '../internal/client/dev/tracing.js';
4
5
/**
6
* @param {any} obj
0 commit comments