style: Apply Prettier formatting to codebase

This commit is contained in:
Scott Idem
2025-11-19 13:38:45 -05:00
parent 8f49edc1b3
commit 8029034e37
41 changed files with 852 additions and 892 deletions

View File

@@ -1,7 +1,6 @@
<script lang="ts">
import { preventDefault } from 'svelte/legacy';
// Imports
// Import components and elements
import Element_input_files_tbl from '$lib/elements/element_input_files_tbl.svelte';
@@ -21,10 +20,6 @@
} from '$lib/stores/ae_stores';
// Exports
interface Props {
log_lvl?: number;

View File

@@ -1,7 +1,6 @@
<script lang="ts">
import { preventDefault } from 'svelte/legacy';
// Imports
// Import components and elements
import Element_input_files_tbl from '$lib/elements/element_input_files_tbl.svelte';
@@ -21,10 +20,6 @@
} from '$lib/stores/ae_stores';
// Exports
interface Props {
log_lvl?: number;