All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
5 lines
180 B
TypeScript
5 lines
180 B
TypeScript
export { default as I18n } from './i18n';
|
|
export { default as translate } from './translate';
|
|
export { default as useTranslate} from './useTranslate';
|
|
export * from './translate';
|