Skip to content

Commit e6b608c

Browse files
authored
Merge pull request #54 from devgateway/chore/add-missing-search-context
chore: add missing search context
2 parents 7e32352 + a3c1ef9 commit e6b608c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wp-react-lib/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import CategoriesConsumer from "./consumers/CategoriesConsumer";
3737
import utils from "./util";
3838
import wordpress from "./reducers/wordpress";
3939

40-
import { SettingsContext, PageContext, AppContext, PostContext, CategoriesContext, TaxonomyContext } from './providers/Context'
40+
import { SettingsContext, PageContext, AppContext, PostContext, CategoriesContext, TaxonomyContext, SearchContext } from './providers/Context'
4141

4242
export {
4343
Post,
@@ -79,4 +79,4 @@ export {
7979

8080
export * from './types';
8181
export * from './post-type';
82-
export * from './api';
82+
export * from './api';

0 commit comments

Comments
 (0)