Files
OSIT-AE-App-Svelte/src/lib/ae_notes_functions.ts
2024-08-20 21:00:03 -04:00

15 lines
383 B
TypeScript

// 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;