Skip to content

Commit 397cfd0

Browse files
committed
Expose FluentContext as public API
1 parent 9d49e48 commit 397cfd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fluent-react/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* components for more information.
1818
*/
1919

20+
export { default as FluentContext } from "./context";
2021
export { default as LocalizationProvider } from "./provider";
2122
export { default as withLocalization } from "./with_localization";
2223
export { default as Localized } from "./localized";

0 commit comments

Comments
 (0)