|  | @@ -46,11 +46,11 @@ export const routes: Routes = [
 | 
	
		
			
				|  |  |          loadComponent: () =>
 | 
	
		
			
				|  |  |            import('../page-publishsurvey/page-publishsurvey.component').then((m) => m.PagePublishsurveyComponent),
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  | -      // {
 | 
	
		
			
				|  |  | -      //   path: 'consult-picture',
 | 
	
		
			
				|  |  | -      //   loadComponent: () =>
 | 
	
		
			
				|  |  | -      //     import('../consult-picture/consult-picture.component').then((m) => m.ConsultPictureComponent),
 | 
	
		
			
				|  |  | -      // },
 | 
	
		
			
				|  |  | +      {
 | 
	
		
			
				|  |  | +        path: 'consult-picture',
 | 
	
		
			
				|  |  | +        loadComponent: () =>
 | 
	
		
			
				|  |  | +          import('../consult-picture/consult-picture.component').then((m) => m.ConsultPictureComponent),
 | 
	
		
			
				|  |  | +      },
 | 
	
		
			
				|  |  |        {
 | 
	
		
			
				|  |  |          path: 'report-modal',
 | 
	
		
			
				|  |  |          loadComponent: () =>
 |