Skip to content

Commit 322b9e7

Browse files
committed
lowercasing ./extensions in src/common/index.ts import
1 parent a58c313 commit 322b9e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export * from './Extensions/String.extensions';
1+
export * from './extensions/String.extensions';
22
export * from './Interfaces';
33
export * from './SPEntities';
44
export * from './Constants';

0 commit comments

Comments
 (0)