Skip to content

Commit 131e6ac

Browse files
authored
chore: don't import from svelte/internal (#10172)
1 parent f63a4b3 commit 131e6ac

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/plenty-pigs-build.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/kit': patch
3+
---
4+
5+
fix: don't import types from `svelte/internal`

packages/kit/src/types/internal.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { SvelteComponent } from 'svelte/internal';
1+
import { SvelteComponent } from 'svelte';
22
import {
33
Config,
44
ServerLoad,

0 commit comments

Comments
 (0)