Skip to content

Commit 438041a

Browse files
author
Gertjan Reynaert
committed
refactor(Core): Remove Core from exposed api
BREAKING CHANGE: Since the full potential of core is now exposed through the default translationManager, it is no longer necessary to expose this method
1 parent ed771cb commit 438041a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
export { default } from './manageTranslations';
22

3-
export { default as core } from './core';
43
export { default as readMessageFiles } from './readMessageFiles';
54
export { default as createSingleMessagesFile } from './createSingleMessagesFile';
65
export { default as getDefaultMessages } from './getDefaultMessages';

0 commit comments

Comments
 (0)