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 725caae commit e694414Copy full SHA for e694414
src/routes/(v2)/v2/nested-traverse/+page.server.ts
@@ -1,6 +1,6 @@
1
import { nerveForm } from './schema.js';
2
import { z } from 'zod';
3
-import { message, superValidate } from 'sveltekit-superforms/server';
+import { message, superValidate } from '$lib/index.js';
4
import { zod } from '$lib/adapters/zod.js';
5
import type { Actions } from '@sveltejs/kit';
6
0 commit comments