Skip to content

Commit c4ccaf1

Browse files
Remove redundant svelte:options
1 parent 047b690 commit c4ccaf1

4 files changed

Lines changed: 0 additions & 8 deletions

File tree

src/lib/components/import/event-history-file-import.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<svelte:options runes />
2-
31
<script lang="ts">
42
import { goto } from '$app/navigation';
53

src/lib/components/workflow/configurable-table-headers-drawer/index.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<svelte:options runes />
2-
31
<script lang="ts">
42
import type { Readable } from 'svelte/store';
53

src/lib/components/workflow/scheduler-table.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<svelte:options runes />
2-
31
<script lang="ts">
42
import Copyable from '$lib/holocene/copyable/index.svelte';
53
import Link from '$lib/holocene/link.svelte';

src/lib/holocene/month-picker.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<svelte:options runes />
2-
31
<script lang="ts">
42
import Button from '$lib/holocene/button.svelte';
53
import { monthNames } from '$lib/utilities/calendar';

0 commit comments

Comments
 (0)