Update src/tools/text-to-unicode/index.ts
This commit is contained in:
		
							parent
							
								
									43f453a8ca
								
							
						
					
					
						commit
						e4861497be
					
				@ -4,7 +4,7 @@ import { defineTool } from '../tool';
 | 
				
			|||||||
export const tool = defineTool({
 | 
					export const tool = defineTool({
 | 
				
			||||||
  name: 'Text to Unicode',
 | 
					  name: 'Text to Unicode',
 | 
				
			||||||
  path: '/text-to-unicode',
 | 
					  path: '/text-to-unicode',
 | 
				
			||||||
  description: 'Parse and convert Text to Unicode',
 | 
					  description: 'Parse and convert text to unicode and vice-versa',
 | 
				
			||||||
  keywords: ['text', 'to', 'unicode'],
 | 
					  keywords: ['text', 'to', 'unicode'],
 | 
				
			||||||
  component: () => import('./text-to-unicode.vue'),
 | 
					  component: () => import('./text-to-unicode.vue'),
 | 
				
			||||||
  icon: TextWrap,
 | 
					  icon: TextWrap,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user