Our Personal Data Server from scratch!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 6 lines 334 B view raw
1export * from "./types.ts"; 2export * from "./flow.svelte.ts"; 3export { default as VerificationStep } from "./VerificationStep.svelte"; 4export { default as KeyChoiceStep } from "./KeyChoiceStep.svelte"; 5export { default as DidDocStep } from "./DidDocStep.svelte"; 6export { default as AppPasswordStep } from "./AppPasswordStep.svelte";