feat: migration to Svelte 5
This commit is contained in:
@@ -16,7 +16,11 @@
|
||||
import { idaa_loc, idaa_sess, idaa_slct, idaa_trig } from '$lib/stores/ae_idaa_stores';
|
||||
import MyClipboard from '$lib/app_components/e_app_clipboard.svelte';
|
||||
|
||||
export let lq__event_obj: any;
|
||||
interface Props {
|
||||
lq__event_obj: any;
|
||||
}
|
||||
|
||||
let { lq__event_obj }: Props = $props();
|
||||
|
||||
if ($idaa_slct.event_id) {
|
||||
console.log(`Event ID selected: ${$idaa_slct.event_id}`);
|
||||
|
||||
Reference in New Issue
Block a user