Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbitronics committed Oct 3, 2022
1 parent cbe7d83 commit b766b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/custom/Form/Form.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script>
import { onMount } from 'svelte'
import generateRandomID from '../../../random'
import { generateRandomID } from '../../../random'
export let id = generateRandomID('form-')
export let saveToLocalStorage = false
Expand Down

0 comments on commit b766b2d

Please sign in to comment.