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 186da02 commit 3526567Copy full SHA for 3526567
1 file changed
fluent-react/src/index.ts
@@ -17,9 +17,12 @@
17
* components for more information.
18
*/
19
20
-export { ReactLocalization} from "./localization";
21
-export { LocalizationProvider } from "./provider";
22
-export { withLocalization, WithLocalizationProps } from "./with_localization";
23
-export { Localized, LocalizedProps } from "./localized";
24
-export { MarkupParser } from "./markup";
25
-export { useLocalization } from "./use_localization";
+export { ReactLocalization} from "./localization.js";
+export { LocalizationProvider } from "./provider.js";
+export {
+ withLocalization,
+ WithLocalizationProps
+} from "./with_localization.js";
26
+export { Localized, LocalizedProps } from "./localized.js";
27
+export { MarkupParser } from "./markup.js";
28
+export { useLocalization } from "./use_localization.js";
0 commit comments