// This file is used to export all the functions that are used for Aether Events related functions. // import { // handle_load_ae_obj_id__note, // handle_load_ae_obj_li__note, // handle_db_save_ae_obj_li__note, // } from "$lib/ae_notes__note"; let export_obj = { // handle_load_ae_obj_id__note: handle_load_ae_obj_id__note, }; export let notes_func = export_obj;