
Bookmarks
7 items<script>
export let message = "Hello World";
</script>
<h1>{message}</h1>
<style>
h1 {
font-size: 2rem;
}
</style>
<script>
export let message = "Hello World";
</script>
<h1>{message}</h1>
<style>
h1 {
font-size: 2rem;
}
</style>