add ppp
This commit is contained in:
7
src/lib/mardown/Layout.svelte
Normal file
7
src/lib/mardown/Layout.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
export let title;
|
||||
</script>
|
||||
|
||||
<h1>{title}</h1>
|
||||
|
||||
<slot ></slot>
|
||||
Reference in New Issue
Block a user