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