Skip to content

Commit

Permalink
added slot
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackFenix2 committed Sep 10, 2020
1 parent e192c38 commit ce04d98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/svelte/src/client/components/Meta.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@
});
}
</script>

<slot />
2 changes: 2 additions & 0 deletions app/svelte/src/client/components/Story.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@
});
}
</script>

<slot />

0 comments on commit ce04d98

Please sign in to comment.