|  | @@ -3,7 +3,7 @@ import type { AppRouteModule } from '/@/router/types';
 | 
											
												
													
														|  |  import { LAYOUT } from '/@/router/constant';
 |  |  import { LAYOUT } from '/@/router/constant';
 | 
											
												
													
														|  |  import { t } from '/@/hooks/web/useI18n';
 |  |  import { t } from '/@/hooks/web/useI18n';
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -const dashboard: AppRouteModule = {
 |  | 
 | 
											
												
													
														|  | 
 |  | +const about: AppRouteModule = {
 | 
											
												
													
														|  |    path: '/about',
 |  |    path: '/about',
 | 
											
												
													
														|  |    name: 'About',
 |  |    name: 'About',
 | 
											
												
													
														|  |    component: LAYOUT,
 |  |    component: LAYOUT,
 | 
											
										
											
												
													
														|  | @@ -28,4 +28,4 @@ const dashboard: AppRouteModule = {
 | 
											
												
													
														|  |    ],
 |  |    ],
 | 
											
												
													
														|  |  };
 |  |  };
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -export default dashboard;
 |  | 
 | 
											
												
													
														|  | 
 |  | +export default about;
 |