Last active
October 24, 2022 02:03
-
-
Save shinokada/f538a37e86ef075ba7c76dfb75140912 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script lang+"ts"> | |
| // src/routes/blog/[slug]/+page.svelte | |
| import type { PageData } from './$types'; | |
| export let data: PageData; | |
| </script> | |
| <svelte:component this={data.content} /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment