From f84f1a78a5379a8a6a1ef7e46985ef233326d802 Mon Sep 17 00:00:00 2001 From: Daniel Kirby Date: Mon, 29 Jun 2026 10:39:46 +0100 Subject: [PATCH] fix: restore utility compatibility entry point --- src/lib/utils.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/lib/utils.ts diff --git a/src/lib/utils.ts b/src/lib/utils.ts new file mode 100644 index 0000000..7bf2c47 --- /dev/null +++ b/src/lib/utils.ts @@ -0,0 +1,7 @@ +export { + cn, + type WithoutChild, + type WithoutChildren, + type WithoutChildrenOrChild, + type WithElementRef +} from './utils/format.js';