Skip to content

Commit 39e836e

Browse files
committed
refactor(bem): clean up bem.tsx exports after migration
Removed unused Block/Elem exports from bem.tsx. - Removed Block, Elem, BemWithSpecificContext, BlockContext, useBEM, and BemComponent exports - Kept cn, CN, and CNTagName exports (only what's needed) - All 25 files now use cn() instead of Block/Elem - Completes DataManager BEM migration
1 parent 2d10550 commit 39e836e

File tree

1 file changed

+0
-6
lines changed
  • web/libs/datamanager/src/utils

1 file changed

+0
-6
lines changed
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
export {
22
cnb as cn,
3-
Block,
4-
Elem,
5-
BemWithSpecificContext,
6-
BlockContext,
7-
useBEM,
83
type CN,
94
type CNTagName,
10-
type BemComponent,
115
} from "@humansignal/core/lib/utils/bem";

0 commit comments

Comments
 (0)