Skip to content

Commit 575908a

Browse files
committed
fix: auto import fumble
1 parent de8a38b commit 575908a

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/src/compiler/phases/3-transform/client/transform-template

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/phases/3-transform/client/transform-template/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @import { TemplateOperations } from "../types.js"
33
*/
4-
import { template_to_string } from './to-string';
4+
import { template_to_string } from './to-string.js';
55

66
/**
77
* @param {TemplateOperations} items

0 commit comments

Comments
 (0)