Skip to content

Commit 31ee184

Browse files
committed
fix: remove stray lib barrel export from utils causing build failure
1 parent d685148 commit 31ee184

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/utils.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
/* Merge conflict resolved: retaining original comprehensive utils implementation (pre-refactor). */
2-
/* Planned future: replace monolith with modular barrel once lib/ modules are finalised. */
3-
export * from './lib/index.js';
1+
/* Retained monolithic utils implementation. TODO: introduce modular lib/ barrel before exporting. */
42
import {
53
shouldCapitaliseI,
64
shouldCapitaliseNames,

0 commit comments

Comments
 (0)