Further Cleanup removing old Compositor

This commit is contained in:
Samuel Andert
2023-08-07 18:34:23 +02:00
parent 2ca67e0981
commit beeb298c35
29 changed files with 208 additions and 479 deletions

View File

@ -1,7 +1,7 @@
<script>
import Composite from '$lib/core/Composite.svelte';
import Composer from '$lib/core/refactor/Composer.svelte';
let composite = {
let composer = {
id: 'wallet',
store: {
pkpWallet: '',
@ -43,4 +43,4 @@
};
</script>
<Composite {composite} />
<Composer {composer} />