Skip to content

Commit 1cb0aac

Browse files
committed
Renamed empty file
1 parent e7bd330 commit 1cb0aac

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/routes/tests/_empty/+page.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Actions, PageServerLoad } from './$types';
22
import { message, superValidate } from '$lib/server';
3-
import { schema } from './schemas';
3+
import { schema } from './schema';
44
import { fail } from '@sveltejs/kit';
55

66
export const load = (async () => {

src/routes/tests/_empty/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { superForm } from '$lib/client';
33
import type { PageData } from './$types';
44
import SuperDebug from '$lib/client/SuperDebug.svelte';
5-
import { schema } from './schemas';
5+
import { schema } from './schema';
66
77
export let data: PageData;
88
File renamed without changes.

0 commit comments

Comments
 (0)