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 b58a905 commit f07879eCopy full SHA for f07879e
src/lib/superValidate.ts
@@ -1,4 +1,9 @@
1
-import { ActionFailure, fail, json, type RequestEvent } from '@sveltejs/kit';
+import {
2
+ fail,
3
+ json,
4
+ type RequestEvent,
5
+ type ActionFailure
6
+} from '@sveltejs/kit';
7
import { parse, stringify } from 'devalue';
8
import {
9
SuperFormError,
0 commit comments