Skip to content

Commit 9282ab6

Browse files
committed
don't import vue, import svelte
1 parent 1480e54 commit 9282ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/test-app/Pages/ErrorModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script>
2-
import { router } from '@inertiajs/vue3'
2+
import { router } from '@inertiajs/svelte'
33
44
const invalidVisit = () => {
55
router.post('/non-inertia')

0 commit comments

Comments
 (0)