More moving of files around. Hopefully nothing is broken again.
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
update_ae_obj__note,
|
||||
// qry__note,
|
||||
db_save_ae_obj_li__note,
|
||||
} from "$lib/ae_notes__note";
|
||||
} from "$lib/ae_notes/ae_notes__note";
|
||||
|
||||
|
||||
let export_obj = {
|
||||
@@ -3,7 +3,7 @@ import { api } from '$lib/api';
|
||||
|
||||
import { db_posts } from "$lib/db_posts";
|
||||
|
||||
import { load_ae_obj_li__post_comment } from "$lib/ae_posts__post_comment";
|
||||
import { load_ae_obj_li__post_comment } from "$lib/ae_posts/ae_posts__post_comment";
|
||||
|
||||
let ae_promises: key_val = {};
|
||||
|
||||
@@ -7,7 +7,7 @@ import {
|
||||
update_ae_obj__post,
|
||||
// qry__post,
|
||||
db_save_ae_obj_li__post,
|
||||
} from "$lib/ae_posts__post";
|
||||
} from "$lib/ae_posts/ae_posts__post";
|
||||
|
||||
|
||||
import {
|
||||
@@ -17,7 +17,7 @@ import {
|
||||
update_ae_obj__post_comment,
|
||||
// qry__post_comment,
|
||||
db_save_ae_obj_li__post_comment,
|
||||
} from "$lib/ae_posts__post_comment";
|
||||
} from "$lib/ae_posts/ae_posts__post_comment";
|
||||
|
||||
|
||||
let export_obj = {
|
||||
@@ -5,7 +5,7 @@ import { createEventDispatcher, onMount } from 'svelte';
|
||||
// *** Import Aether core variables and functions
|
||||
import type { key_val } from '$lib/ae_stores';
|
||||
// import { api } from '$lib/api';
|
||||
import { core_func } from '$lib/ae_core_functions';
|
||||
import { core_func } from '$lib/ae_core/ae_core_functions';
|
||||
// import { ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores';
|
||||
|
||||
// *** Import Aether core components
|
||||
|
||||
@@ -4,7 +4,7 @@ import { createEventDispatcher, onMount, tick } from 'svelte';
|
||||
import type { key_val } from '$lib/ae_stores';
|
||||
import { ae_util } from '$lib/ae_utils/ae_utils';
|
||||
// import { api } from '$lib/api';
|
||||
import { core_func } from '$lib/ae_core_functions';
|
||||
import { core_func } from '$lib/ae_core/ae_core_functions';
|
||||
import { ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores';
|
||||
|
||||
export let element_id = 'svelte_input_file_element';
|
||||
|
||||
@@ -4,7 +4,7 @@ import { createEventDispatcher, onMount, tick } from 'svelte';
|
||||
import type { key_val } from '$lib/ae_stores';
|
||||
import { ae_util } from '$lib/ae_utils/ae_utils';
|
||||
// import { api } from '$lib/api';
|
||||
import { core_func } from '$lib/ae_core_functions';
|
||||
import { core_func } from '$lib/ae_core/ae_core_functions';
|
||||
import { ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores';
|
||||
|
||||
// export let element_id = 'svelte_input_file_element';
|
||||
|
||||
Reference in New Issue
Block a user