fix: resolve lint, format and type errors

This commit is contained in:
Bart van der Braak 2023-08-08 01:58:20 +02:00
parent 539dd2acbd
commit 16045ca5ba
4 changed files with 9 additions and 7 deletions

View file

View file

@ -1,10 +1,8 @@
<script>
/** @type {import('./$types').PageData} */
export let data;
</script>
<svelte:head>
<title>hellob.art &mdash; {data.title}</title>
<title>hellob.art &mdash;</title>
</svelte:head>
<!-- <h1>{data.title}</h1>