Testing typescript
This commit is contained in:
parent
1dea005dfb
commit
2300e514c0
21 changed files with 573 additions and 82 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue