Skip to content

Commit

Permalink
chore: don't import from svelte/internal (#10172)
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm authored Jun 16, 2023
1 parent f63a4b3 commit 131e6ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/plenty-pigs-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/kit': patch
---

fix: don't import types from `svelte/internal`
2 changes: 1 addition & 1 deletion packages/kit/src/types/internal.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { SvelteComponent } from 'svelte/internal';
import { SvelteComponent } from 'svelte';
import {
Config,
ServerLoad,
Expand Down

0 comments on commit 131e6ac

Please sign in to comment.