mirror of
https://github.com/tiennm99/ccs.git
synced 2026-09-03 04:17:54 +00:00
chore(types): use type-only imports
This commit is contained in:
@@ -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';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user