File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 17
17
* components for more information.
18
18
*/
19
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" ;
20
+ export { ReactLocalization } from "./localization.js" ;
21
+ export { LocalizationProvider } from "./provider.js" ;
22
+ export {
23
+ withLocalization ,
24
+ WithLocalizationProps
25
+ } from "./with_localization.js" ;
26
+ export { Localized , LocalizedProps } from "./localized.js" ;
27
+ export { MarkupParser } from "./markup.js" ;
28
+ export { useLocalization } from "./use_localization.js" ;
You can’t perform that action at this time.
0 commit comments