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 8ed39b7 commit de4ecbeCopy full SHA for de4ecbe
src/lib/index.ts
@@ -1,6 +1,6 @@
1
import SuperDebug from './client/SuperDebug.svelte';
2
export default SuperDebug;
3
-export { default as SuperDebug } from './client/SuperDebugRuned.svelte';
+//export { default as SuperDebug } from './client/SuperDebugRuned.svelte';
4
5
export { SuperFormError, SchemaError } from './errors.js';
6
src/routes/(v2)/v2/zod4/+page.svelte
<script lang="ts">
import { superForm } from '$lib/client/index.js';
- import SuperDebug from '$lib/client/SuperDebugRuned.svelte';
+ import SuperDebug from '$lib/client/SuperDebug.svelte';
import { zod } from '$lib/adapters/zod4.js';
import { schema } from './schema.js';
0 commit comments