luoyang-screen/src/Test/core/util.ts

8 lines
148 B
TypeScript
Raw Normal View History

2024-07-29 14:10:07 +08:00
import intl from 'react-intl-universal';
const util = {
getMessage: () => intl.get('MESSAGE_NOT_IN_COMPONENT'),
};
export default util;