mirror of
				https://github.com/elyby/accounts-frontend.git
				synced 2025-05-31 14:11:58 +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;
 |