Skip to content

Commit 796db26

Browse files
committed
tidy up
1 parent ac93800 commit 796db26

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/svelte/scripts/process-messages/templates/client-errors.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { DEV } from 'esm-env';
2-
export * from '../shared/errors.js';
32

43
export * from '../shared/errors.js';
54

packages/svelte/src/internal/client/errors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,4 +423,4 @@ export function state_unsafe_mutation() {
423423
} else {
424424
throw new Error(`https://svelte.dev/e/state_unsafe_mutation`);
425425
}
426-
}
426+
}

0 commit comments

Comments
 (0)