move utils to dir (#929)

This commit is contained in:
Guy Ben-Aharon
2025-09-21 16:58:12 +03:00
committed by GitHub
parent e4c4a3b354
commit d71b46e8b5
2 changed files with 2 additions and 0 deletions

2
src/lib/utils/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export * from './utils';
export * from './apply-ids';