diff --git a/src/utils/index.ts b/src/utils/index.ts index 069d2da..e43333a 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -11,5 +11,5 @@ export * from './refresh-commands'; export * from './string-utils'; export * from './ticket-utils'; export * from './wait'; -export * from './whois'; export * from './warning-utils'; +export * from './whois';