We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211f348 commit 666e9f8Copy full SHA for 666e9f8
wp-react-lib/src/index.js
@@ -33,6 +33,8 @@ import SearchProvider from "./providers/SearchProvider";
33
import utils from "./util";
34
import wordpress from "./reducers/wordpress";
35
36
+import { SettingsContext } from './providers/Context'
37
+
38
export {
39
Post,
40
Page,
@@ -60,5 +62,6 @@ export {
60
62
PostTitle,
61
63
PostIcon,
64
SearchConsumer,
- SearchProvider
65
+ SearchProvider,
66
+ SettingsContext
67
}
0 commit comments