mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-02 19:50:44 +05:30
8 lines
141 B
TypeScript
8 lines
141 B
TypeScript
|
import { defineMessages } from 'react-intl';
|
||
|
|
||
|
const { appName } = defineMessages({
|
||
|
appName: 'Ely Accounts',
|
||
|
});
|
||
|
|
||
|
export default appName;
|