Adding a new notes module I guess. Because why not.
This commit is contained in:
14
src/lib/ae_notes_functions.ts
Normal file
14
src/lib/ae_notes_functions.ts
Normal 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;
|
||||
Reference in New Issue
Block a user