Now able to do stuff with the locations
This commit is contained in:
@@ -25,6 +25,13 @@ import {
|
||||
handle_db_save_ae_obj_li__exhibitor
|
||||
} from "$lib/ae_events__exhibit";
|
||||
|
||||
import {
|
||||
handle_load_ae_obj_id__event_location,
|
||||
handle_load_ae_obj_li__event_location,
|
||||
handle_create_ae_obj__event_location,
|
||||
handle_db_save_ae_obj_li__event_location
|
||||
} from "$lib/ae_events__event_location";
|
||||
|
||||
import {
|
||||
handle_load_ae_obj_id__event_session,
|
||||
handle_load_ae_obj_li__event_session,
|
||||
@@ -63,6 +70,10 @@ let export_obj = {
|
||||
handle_load_ae_obj_li__event_file: handle_load_ae_obj_li__event_file,
|
||||
handle_delete_ae_obj_id__event_file: handle_delete_ae_obj_id__event_file,
|
||||
|
||||
handle_load_ae_obj_id__event_location: handle_load_ae_obj_id__event_location,
|
||||
handle_load_ae_obj_li__event_location: handle_load_ae_obj_li__event_location,
|
||||
handle_create_ae_obj__event_location: handle_create_ae_obj__event_location,
|
||||
|
||||
handle_load_ae_obj_id__event_session: handle_load_ae_obj_id__event_session,
|
||||
handle_load_ae_obj_li__event_session: handle_load_ae_obj_li__event_session,
|
||||
handle_search__event_session: handle_search__event_session,
|
||||
|
||||
Reference in New Issue
Block a user