Skip to content

Commit 8266229

Browse files
authored
fix repl (#9720)
1 parent cb1ea1f commit 8266229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/hydration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Handle hydration
22

3-
import { schedule_task } from './runtime';
3+
import { schedule_task } from './runtime.js';
44

55
/** @type {null | Array<Text | Comment | Element>} */
66
export let current_hydration_fragment = null;

0 commit comments

Comments
 (0)