Skip to content

Commit 6210589

Browse files
committed
add empty header and footer to test PR previews
1 parent 3ca5ea7 commit 6210589

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/routes/+layout.svelte

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
});
99
</script>
1010

11+
<header></header>
1112
<main>
1213
<slot />
1314
</main>
15+
<footer></footer>

0 commit comments

Comments
 (0)