More moving of files around. Hopefully nothing is broken again.

This commit is contained in:
Scott Idem
2024-10-30 18:40:47 -04:00
parent 26b3c53847
commit 8ec01a1d64
35 changed files with 34 additions and 34 deletions

View File

@@ -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';