General clean up. Also changed everything over to data store element version 2. Seems to be working well...
This commit is contained in:
@@ -10,7 +10,7 @@ import { clipboard, FileDropzone, getModalStore, localStorageStore, ProgressRadi
|
||||
|
||||
import type { Writable } from 'svelte/store';
|
||||
|
||||
import Element_data_store from '$lib/element_data_store.svelte';
|
||||
import Element_data_store from '$lib/element_data_store_v2.svelte';
|
||||
|
||||
const store_current_tab: Writable<string> = localStorageStore('ae_sponsorships_current_tab', 'start');
|
||||
console.log(`store_current_tab:`, $store_current_tab);
|
||||
|
||||
@@ -9,8 +9,6 @@ import { clipboard, FileDropzone, getModalStore, localStorageStore, ProgressRadi
|
||||
|
||||
import type { Writable } from 'svelte/store';
|
||||
|
||||
import Element_data_store from '$lib/element_data_store.svelte';
|
||||
|
||||
const store_current_tab: Writable<string> = localStorageStore('ae_sponsorships_current_tab', 'start');
|
||||
console.log(`store_current_tab:`, $store_current_tab);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user