Getting ready to implement Dexie for Svelte

This commit is contained in:
Scott Idem
2024-03-07 13:33:51 -05:00
parent ff00ec5c91
commit 1694dfb5c5
3 changed files with 22 additions and 4 deletions

View File

@@ -1,8 +1,10 @@
/** @type {import('./$types').LayoutLoad} */
import { get } from 'svelte/store';
import { api } from '$lib/api';
import { ae_loc, ae_sess, ae_api, slct, slct_trigger } from '$lib/ae_stores';
import { get } from 'svelte/store';
import { events_loc, events_slct, events_trigger } from '$lib/ae_events_stores';
export async function load({ params, parent, url }) { // route