Apparently not much with badge printing... Cleaned up some code.

This commit is contained in:
Scott Idem
2024-08-19 16:30:27 -04:00
parent 1d496eb769
commit 722acdaa59
4 changed files with 294 additions and 264 deletions

View File

@@ -3,7 +3,7 @@ console.log(`ae_events_pres_mgmt presenter_view.svelte`);
export let log_lvl = 0;
import { createEventDispatcher, onMount } from 'svelte';
import { clipboard, FileDropzone } from '@skeletonlabs/skeleton';
import { clipboard } from '@skeletonlabs/skeleton';
import { liveQuery } from "dexie";
import { browser } from '$app/environment';