| 
					
				 | 
			
			
				@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { RouterModule, Routes } from '@angular/router'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { MeComponent } from './me/me.component'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { TheyComponent } from './they/they.component'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import { NearComponent } from './near/near.component'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { TheyDetailComponent } from './they-detail/they-detail.component'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { CommunityComponent } from './community/community.component'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { ScienceDetailComponent } from './science-detail/science-detail.component'; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -23,7 +23,6 @@ const routes: Routes = [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   { path: 'me', component: MeComponent }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   { path: 'they', component: TheyComponent }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   { path: 'community', component: CommunityComponent }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-  { path: 'near', component: NearComponent }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   { path: 'lesson', component: PageLessonComponent }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   { path: 'lesson/detail', component: PageLessonDetailComponent }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   { path: 'page-chat', component: PageChatComponent }, 
			 |