diff --git a/.svelte/dev/components/error.svelte b/.svelte/dev/components/error.svelte new file mode 100644 index 0000000..f6bf40f --- /dev/null +++ b/.svelte/dev/components/error.svelte @@ -0,0 +1,21 @@ + + + + +
{error.message}
+ + +{#if error.stack} +{error.stack}
+{/if}
diff --git a/.svelte/dev/components/layout.svelte b/.svelte/dev/components/layout.svelte
new file mode 100644
index 0000000..49aeb95
--- /dev/null
+++ b/.svelte/dev/components/layout.svelte
@@ -0,0 +1 @@
+