Fix TypeScript tags
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<script type="ts">
|
||||
<script lang="ts">
|
||||
import Photo from './Photo.svelte';
|
||||
|
||||
/** The album. */
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<script type="ts">
|
||||
<script lang="ts">
|
||||
import Icon from "./Icon.svelte";
|
||||
|
||||
export let title = 'Galerie';
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<script type="ts">
|
||||
<script lang="ts">
|
||||
/** Class name for additional CSS styling */
|
||||
export let clazz = '';
|
||||
export { clazz as class };
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<script type="ts">
|
||||
<script lang="ts">
|
||||
import { strf } from "$lib/data/language";
|
||||
import { getFileName } from "$lib/util/links";
|
||||
import Icon from "./Icon.svelte";
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<script type="ts">
|
||||
<script lang="ts">
|
||||
import { page } from '$app/stores';
|
||||
</script>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<script type="ts">
|
||||
<script lang="ts">
|
||||
import "$lib/styles/base.css";
|
||||
</script>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<script type="ts">
|
||||
<script lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<script type="ts">
|
||||
<script lang="ts">
|
||||
import { strf } from '$lib/data/language.js';
|
||||
|
||||
import Header from '$lib/components/Header.svelte';
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<script type="ts">
|
||||
<script lang="ts">
|
||||
import { strf } from '$lib/data/language';
|
||||
import type { PageData } from './$types';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user