Refactor: Update import paths for elements after moving them to src/lib/elements/.
This commit is contained in:
@@ -67,7 +67,7 @@ import { core_func } from '$lib/ae_core/ae_core_functions';
|
||||
import { events_loc, events_sess, events_slct, events_trigger } from '$lib/ae_events_stores';
|
||||
import { events_func } from '$lib/ae_events_functions';
|
||||
|
||||
import Element_ae_crud from '$lib/element_ae_crud.svelte';
|
||||
import Element_ae_crud from '$lib/elements/element_ae_crud.svelte';
|
||||
|
||||
|
||||
// *** Functions and Logic
|
||||
|
||||
Reference in New Issue
Block a user