Skip to content

Commit 846a37a

Browse files
authored
fix(plugin-algolia): add missing constant (#2865)
1 parent eeaeb7a commit 846a37a

File tree

1 file changed

+1
-1
lines changed
  • packages/plugin-algolia/src/runtime

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { type Locales, ZH_LOCALES } from './locales';
1+
export { type Locales, RU_LOCALES, ZH_LOCALES } from './locales';
22
export { Search, type SearchProps } from './Search';

0 commit comments

Comments
 (0)