Move to TypeScript
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
<script>
|
||||
<script type="ts">
|
||||
import { strf } from '$lib/data/language';
|
||||
import type { PageData } from './$types';
|
||||
|
||||
/** @type {import('./$types').PageData} */
|
||||
export let data;
|
||||
export let data: PageData;
|
||||
</script>
|
||||
|
||||
<div class="container">
|
||||
|
||||
Reference in New Issue
Block a user