Skip to content

Commit e21b3fb

Browse files
committed
(@fluent/react) Remove default export on useLocalization
1 parent 8c61122 commit e21b3fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fluent-react/src/use_localization.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,3 @@ export const useLocalization: useLocalization = () => {
1111

1212
return { l10n };
1313
};
14-
15-
export default useLocalization;

0 commit comments

Comments
 (0)