From f8f326ec6b4771e5f7a784296f9ada542c156274 Mon Sep 17 00:00:00 2001 From: Tarrgon <61888458+Tarrgon@users.noreply.github.com> Date: Thu, 29 May 2025 09:42:48 -0400 Subject: [PATCH] Barrel --- src/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';