Skip to content

Commit b766b2d

Browse files
committed
fix import
1 parent cbe7d83 commit b766b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/custom/Form/Form.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script>
22
import { onMount } from 'svelte'
3-
import generateRandomID from '../../../random'
3+
import { generateRandomID } from '../../../random'
44
55
export let id = generateRandomID('form-')
66
export let saveToLocalStorage = false

0 commit comments

Comments
 (0)