chore(types): use type-only imports

This commit is contained in:
Tam Nhu Tran
2026-03-25 16:31:55 -04:00
parent 3ea9d2fc34
commit 838f53a0a4
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import { initUI, header, color, dim, info, errorBox } from './ui';
import { ERROR_CODES, getErrorDocUrl, ErrorCode } from './error-codes';
import { ERROR_CODES, getErrorDocUrl } from './error-codes';
import type { ErrorCode } from './error-codes';
import { getPortCheckCommand, getKillPidCommand } from './platform-commands';
/**