Work on Jitsi for IDAA

This commit is contained in:
Scott Idem
2025-09-23 11:23:05 -04:00
parent 43d64696d5
commit 7490545ba7
5 changed files with 29 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ import { browser } from '$app/environment';
import { ae_snip, ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores';
import { idaa_loc, idaa_sess, idaa_slct } from '$lib/ae_idaa_stores';
import Help_tech from '$lib/e_app_help_tech.svelte';
// import Help_tech from '$lib/e_app_help_tech.svelte';
interface Props {
/** @type {import('./$types').LayoutData} */

View File

@@ -7,11 +7,11 @@ import { browser } from '$app/environment';
// *** Import other supporting libraries
// import * as icons from '@lucide/svelte';
import {
Brain,
House, Library,
RefreshCw,
Satellite
} from '@lucide/svelte';
Brain,
House, Library,
RefreshCw,
Satellite
} from '@lucide/svelte';
// import { AppBar } from '@skeletonlabs/skeleton-svelte';
// import type {
// ModalComponent