Trying to commit these changes so they are not lost. This is right after Gemini tried to move the Pres Mgmt files into a new sub directory. Everything seems to be working but I am sure something was missed.

This commit is contained in:
Scott Idem
2025-11-20 16:02:24 -05:00
parent 8223b964e1
commit ee9d9a0aca
11 changed files with 14 additions and 14 deletions

View File

@@ -34,7 +34,7 @@
} from '$lib/stores/ae_events_stores';
import { events_func } from '$lib/ae_events_functions';
import Comp_event_files_upload from '../../../ae_comp__event_files_upload.svelte';
import Comp_event_files_upload from '../../../../ae_comp__event_files_upload.svelte';
import Element_manage_event_file_li_wrap from '$lib/elements/element_manage_event_file_li_direct.svelte';
import Comp_event_presenter_form_agree from './ae_comp__event_presenter_form_agree.svelte';
import Presenter_view from './presenter_view.svelte';

View File

@@ -32,7 +32,7 @@
import Element_ae_crud from '$lib/elements/element_ae_crud.svelte';
import Element_data_store from '$lib/elements/element_data_store_v2.svelte';
import Comp__events_menu_nav from './../../../ae_comp__events_menu_nav.svelte';
import Comp__events_menu_nav from '../../../../ae_comp__events_menu_nav.svelte';
let ae_tmp: key_val = $state({});
let ae_triggers: key_val = $state({});