Working on dealing with the QR codes re-generating too easily.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<script lang="ts">
|
||||
export let data: any;
|
||||
|
||||
import { goto } from '$app/navigation';
|
||||
|
||||
import type { key_val } from '$lib/ae_stores';
|
||||
import { ae_snip, ae_loc, ae_sess, ae_api, ae_trig, slct, slct_trigger } from '$lib/ae_stores';
|
||||
import { events_loc, events_sess, events_slct, events_trigger, events_trig_kv } from '$lib/ae_events_stores';
|
||||
@@ -9,7 +11,7 @@ import { events_func } from '$lib/ae_events_functions';
|
||||
import Element_ae_crud from '$lib/element_ae_crud.svelte';
|
||||
import Element_data_store from '$lib/element_data_store.svelte';
|
||||
import Sign_in_out from './sign_in_out.svelte';
|
||||
import { goto } from '$app/navigation';
|
||||
|
||||
|
||||
export let lq__event_presenter_obj: any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user