Skip to content

Commit c5f661c

Browse files
dylanjhaclaude
andcommitted
fix: update missed dynamic import to use @/ path alias
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cd06861 commit c5f661c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/assets/manage/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const manageCommand = new Command()
2121
const { createCliRenderer } = await import('@opentui/core');
2222
const { createRoot } = await import('@opentui/react');
2323
const { AssetManageApp } = await import('./AssetManageApp.tsx');
24-
const { inputPrompt } = await import('../../../lib/prompt.ts');
24+
const { inputPrompt } = await import('@/lib/prompt.ts');
2525
const React = await import('react');
2626

2727
let renderer = await createCliRenderer({

0 commit comments

Comments
 (0)