We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd06861 commit c5f661cCopy full SHA for c5f661c
src/commands/assets/manage/index.ts
@@ -21,7 +21,7 @@ export const manageCommand = new Command()
21
const { createCliRenderer } = await import('@opentui/core');
22
const { createRoot } = await import('@opentui/react');
23
const { AssetManageApp } = await import('./AssetManageApp.tsx');
24
- const { inputPrompt } = await import('../../../lib/prompt.ts');
+ const { inputPrompt } = await import('@/lib/prompt.ts');
25
const React = await import('react');
26
27
let renderer = await createCliRenderer({
0 commit comments