Skip to content

Commit 666e9f8

Browse files
chore(TCDICORE-195): add settings context export
1 parent 211f348 commit 666e9f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

wp-react-lib/src/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ import SearchProvider from "./providers/SearchProvider";
3333
import utils from "./util";
3434
import wordpress from "./reducers/wordpress";
3535

36+
import { SettingsContext } from './providers/Context'
37+
3638
export {
3739
Post,
3840
Page,
@@ -60,5 +62,6 @@ export {
6062
PostTitle,
6163
PostIcon,
6264
SearchConsumer,
63-
SearchProvider
65+
SearchProvider,
66+
SettingsContext
6467
}

0 commit comments

Comments
 (0)