Moved library files around. Trying to keep things organized...

This commit is contained in:
Scott Idem
2024-11-19 13:29:05 -05:00
parent 28880f3160
commit 31272a8985
69 changed files with 67 additions and 67 deletions

View File

@@ -3,7 +3,7 @@
import Comp_event_device_obj_li from '././ae_comp__event_device_obj_li.svelte';
import { liveQuery } from "dexie";
import { db_events } from "$lib/db_events";
import { db_events } from "$lib/ae_events/db_events";
// Exports
export let log_lvl: number = 2;