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