Skip to content

Commit f4c1edb

Browse files
committed
feat(react): export locale cookie helpers
1 parent e490347 commit f4c1edb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react/src/client/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ export * from "./component";
55
export * from "./locale-switcher";
66
export * from "./attribute-component";
77
export * from "./locale";
8+
export { getLocaleFromCookies, setLocaleInCookies } from "./utils";

0 commit comments

Comments
 (0)