Skip to content

Commit

Permalink
removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum committed Jan 9, 2025
1 parent b138d04 commit b9695b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<script>
import { inertia, page, router, useForm } from '@inertiajs/svelte'
import { inertia, page, useForm } from '@inertiajs/svelte'
import { onMount } from 'svelte'
export let foo
const form = useForm({ foo })
console.log('[script] foo prop is', foo)
Expand Down

0 comments on commit b9695b4

Please sign in to comment.