Testing typescript
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</script>
|
||||
|
||||
<script>
|
||||
import Banner from '../../components/banner.svelte'
|
||||
import Banner from '../../components/Banner.svelte'
|
||||
export let post;
|
||||
</script>
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<script context="module">
|
||||
import Banner from '../../components/banner.svelte'
|
||||
import Banner from '../../components/Banner.svelte'
|
||||
|
||||
export function preload({params, query}) {
|
||||
return this.fetch(`blog.json`).then(r => r.json()).then(posts => {
|
||||
|
Reference in New Issue
Block a user