Skip to content

Commit

Permalink
Update sveltekit-superforms import
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Apr 26, 2024
1 parent 6e73c43 commit 47bd1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/Forms/Score.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { displayScoreColor, formatScoreValue } from '$lib/utils/helpers';
import * as m from '$paraglide/messages';
import { ProgressRadial, RangeSlider, SlideToggle } from '@skeletonlabs/skeleton';
import { formFieldProxy, type SuperForm } from 'sveltekit-superforms/client';
import { formFieldProxy, type SuperForm } from 'sveltekit-superforms';
export let label: string | undefined = undefined;
export let field: string;
Expand Down

0 comments on commit 47bd1ce

Please sign in to comment.