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 e7bd330 commit 1cb0aacCopy full SHA for 1cb0aac
src/routes/tests/_empty/+page.server.ts
@@ -1,6 +1,6 @@
1
import type { Actions, PageServerLoad } from './$types';
2
import { message, superValidate } from '$lib/server';
3
-import { schema } from './schemas';
+import { schema } from './schema';
4
import { fail } from '@sveltejs/kit';
5
6
export const load = (async () => {
src/routes/tests/_empty/+page.svelte
@@ -2,7 +2,7 @@
import { superForm } from '$lib/client';
import type { PageData } from './$types';
import SuperDebug from '$lib/client/SuperDebug.svelte';
- import { schema } from './schemas';
+ import { schema } from './schema';
7
export let data: PageData;
8
src/routes/tests/_empty/schemas.ts renamed to src/routes/tests/_empty/schema.ts
0 commit comments