From 8cf0654f24ebe7eaaf8fb4ef85757a8cc70584e7 Mon Sep 17 00:00:00 2001 From: bailey Date: Tue, 2 Sep 2025 14:51:23 -0600 Subject: [PATCH] fix import --- etc/docs/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/docs/utils.ts b/etc/docs/utils.ts index 7a7a2a03d2b..72ec32a6180 100644 --- a/etc/docs/utils.ts +++ b/etc/docs/utils.ts @@ -1,6 +1,6 @@ import { createInterface } from 'readline'; import * as util from 'util'; -import yargs from 'yargs'; +import * as yargs from 'yargs'; import { hideBin } from 'yargs/helpers'; export const LATEST_TAG = 'Next';