wip: trpc

This commit is contained in:
Andras Bacsai
2022-12-13 13:15:23 +01:00
parent 98d2399568
commit 085cd2a314
41 changed files with 1 additions and 1 deletions

View File

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