Continuing to make updates to the Data Stores to use v3.

This commit is contained in:
Scott Idem
2026-01-29 12:29:14 -05:00
parent 9bf2373a82
commit 2975835d96
12 changed files with 16 additions and 69 deletions

View File

@@ -66,10 +66,8 @@
import { ae_util } from '$lib/ae_utils/ae_utils';
import { api } from '$lib/api/api';
// import Element_ae_crud from '$lib/element_ae_crud.svelte';
// import Element_data_store from '$lib/element_data_store_v2.svelte';
// import Element_data_store from '$lib/element_data_store_v3.svelte';
// import { core_func } from '$lib/ae_core_functions';
// import { db_core } from "$lib/db_core";
import {
ae_snip,
ae_loc,
@@ -92,8 +90,6 @@
import Menu_location_list_menu from './menu_location_list.svelte';
import Menu_session_list_menu from './menu_session_list.svelte';
// let slct_event_location_id: string = $state($events_slct.event_location_id);
// *** Functions and Logic
$events_trigger = null;