Skip to content

Commit efab96d

Browse files
authored
fix(i18n): export locale hook
1 parent e5637ef commit efab96d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/i18n/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ export function i18n(options?: LocalizationPluginOptions) {
1717

1818
return localization;
1919
}
20+
21+
export * from './hooks';

0 commit comments

Comments
 (0)