wip: trpc

This commit is contained in:
Andras Bacsai
2022-12-13 13:17:32 +01:00
parent 085cd2a314
commit 0b918c2f51
5 changed files with 13 additions and 13 deletions

View File

Before

Width:  |  Height:  |  Size: 486 B

After

Width:  |  Height:  |  Size: 486 B

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import * as Icons from '$lib/components/svg/applications';
import * as Icons from '$lib/components/icons/applications';
export let application: any;
export let isAbsolute = true;
</script>

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import * as Icons from '$lib/components/svg/databases';
import * as Icons from '$lib/components/icons/databases';
export let type: any;
export let isAbsolute = false;
</script>

View File

@@ -1,4 +1,5 @@
export { default as RemoteLink } from './RemoteLink.svelte';
export { default as Delete } from './Delete.svelte';
export * as Applications from './applications';
export * as Sources from './sources';
export * as Destinations from './destinations';