style: fix prefer-const and prettier formatting issues
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
import { authStore } from '$lib/stores/auth.svelte';
|
||||
import { onMount } from 'svelte';
|
||||
|
||||
let { children } = $props();
|
||||
const { children } = $props();
|
||||
|
||||
// Default to 'top-center' (mobile-first approach)
|
||||
let toasterPosition = $state<'top-center' | 'bottom-center'>('top-center');
|
||||
|
||||
Reference in New Issue
Block a user