From 31a727fdb719942130b07cb5eafbc4eafa447ed1 Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Fri, 27 Feb 2026 19:29:49 +0300 Subject: [PATCH] test comment --- src/lib/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/index.ts b/src/lib/index.ts index 79ac5f1..0205761 100644 --- a/src/lib/index.ts +++ b/src/lib/index.ts @@ -1,2 +1,3 @@ +// test export * from './utils' export * from './enums'