Scaffold Stellar Package
-
Sample Scaffold Stellar project to get started with development and testing.
+
+ {downloadScaffoldError
+ ? 'Could not download Scaffold'
+ : isDownloadingScaffold
+ ? 'Please wait while we build scaffold project...'
+ : 'Sample Scaffold Stellar project to get started with development and testing.'}
+
{/if}
diff --git a/packages/ui/src/stylus/App.svelte b/packages/ui/src/stylus/App.svelte
index 7726da8d3..91b48bf9e 100644
--- a/packages/ui/src/stylus/App.svelte
+++ b/packages/ui/src/stylus/App.svelte
@@ -28,7 +28,7 @@
import { injectHyperlinks } from './inject-hyperlinks';
import type { InitialOptions } from '../common/initial-options';
import { createWiz, mergeAiAssistanceOptions } from '../common/Wiz.svelte';
- import type { AiFunctionCall } from '../../api/ai-assistant/types/assistant';
+ import type { AiFunctionCall } from '../../api/ai/ai-assistant/types/assistant';
const dispatch = createEventDispatcher();