From 4f47b123f26d356661702b3d77c5c246be8620d0 Mon Sep 17 00:00:00 2001 From: Yuqian Yang Date: Sat, 14 Jun 2025 01:21:11 +0800 Subject: deno: merge utils to one file. --- deno/base/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deno/base/config.ts') diff --git a/deno/base/config.ts b/deno/base/config.ts index 8fce1d8..a5f5d86 100644 --- a/deno/base/config.ts +++ b/deno/base/config.ts @@ -1,4 +1,4 @@ -import { camelCaseToKebabCase } from "./text.ts"; +import { camelCaseToKebabCase } from "./lib.ts"; export interface ConfigDefinitionItem { readonly description: string; -- cgit v1.2.3