We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d49e48 commit 397cfd0Copy full SHA for 397cfd0
fluent-react/src/index.js
@@ -17,6 +17,7 @@
17
* components for more information.
18
*/
19
20
+export { default as FluentContext } from "./context";
21
export { default as LocalizationProvider } from "./provider";
22
export { default as withLocalization } from "./with_localization";
23
export { default as Localized } from "./localized";
0 commit comments