Adding a new notes module I guess. Because why not.

This commit is contained in:
Scott Idem
2024-08-20 21:00:03 -04:00
parent 5139a706d0
commit d8edd658b0
8 changed files with 693 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
// 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;