|  | @@ -126,6 +126,7 @@ import SuppliesInventory from '@/components/OP/SuppliesInventory';
 | 
	
		
			
				|  |  |  import CardReconciliation from '@/components/Finance/CardReconciliation';
 | 
	
		
			
				|  |  |  import EvaluationForm from '@/components/EvaluationForm'
 | 
	
		
			
				|  |  |  import TranslatorBase from '@/components/Resource/TranslatorBase'
 | 
	
		
			
				|  |  | +import PerformanceT from '@/components/Resource/PerformanceT'
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  Vue.use(Router)
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -757,6 +758,11 @@ export default new Router({
 | 
	
		
			
				|  |  |            name: 'TranslatorBase',
 | 
	
		
			
				|  |  |            component: TranslatorBase
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  | +        {
 | 
	
		
			
				|  |  | +          path: '/home/PerformanceT',
 | 
	
		
			
				|  |  | +          name: 'PerformanceT',
 | 
	
		
			
				|  |  | +          component: PerformanceT
 | 
	
		
			
				|  |  | +        },
 | 
	
		
			
				|  |  |        ]
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      {
 |