refactor: linting and formatting changes

This commit is contained in:
Bart van der Braak 2023-08-02 01:37:54 +02:00
parent 3df46b240b
commit 3807145c1d
27 changed files with 262 additions and 189 deletions

View file

@ -1,6 +1,6 @@
<script>
/** @type {import('./$types').PageData} */
export let data;
/** @type {import('./$types').PageData} */
export let data;
</script>
<svelte:head>
@ -8,4 +8,4 @@
</svelte:head>
<!-- <h1>{data.title}</h1>
<div>{@html data.content}</div> -->
<div>{@html data.content}</div> -->