We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1480e54 commit 9282ab6Copy full SHA for 9282ab6
packages/svelte/test-app/Pages/ErrorModal.svelte
@@ -1,5 +1,5 @@
1
<script>
2
- import { router } from '@inertiajs/vue3'
+ import { router } from '@inertiajs/svelte'
3
4
const invalidVisit = () => {
5
router.post('/non-inertia')
0 commit comments