Now the list of archives shows.
This commit is contained in:
@@ -3,7 +3,7 @@ import { api } from '$lib/api';
|
||||
|
||||
import { db_archives } from "$lib/db_archives";
|
||||
|
||||
import { load_ae_obj_li__archive_content } from "$lib/ae_archives__archive_content";
|
||||
import { load_ae_obj_li__archive_content } from "$lib/ae_archives/ae_archives__archive_content";
|
||||
|
||||
let ae_promises: key_val = {};
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import {
|
||||
update_ae_obj__archive,
|
||||
// qry__archive,
|
||||
db_save_ae_obj_li__archive,
|
||||
} from "$lib/ae_archives__archive";
|
||||
} from "$lib/ae_archives/ae_archives__archive";
|
||||
|
||||
|
||||
import {
|
||||
@@ -17,7 +17,7 @@ import {
|
||||
update_ae_obj__archive_content,
|
||||
// qry__archive_content,
|
||||
db_save_ae_obj_li__archive_content,
|
||||
} from "$lib/ae_archives__archive_content";
|
||||
} from "$lib/ae_archives/ae_archives__archive_content";
|
||||
|
||||
|
||||
let export_obj = {
|
||||
|
||||
Reference in New Issue
Block a user