mirror of
				https://github.com/DerTyp7/explainegy-nextjs.git
				synced 2025-10-31 05:37:12 +01:00 
			
		
		
		
	created base structure of admin page
This commit is contained in:
		
							
								
								
									
										13
									
								
								app/admin/articles/page.tsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								app/admin/articles/page.tsx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| import React from "react"; | ||||
|  | ||||
| function AdminArticlesPage() { | ||||
|   return ( | ||||
|     <div> | ||||
|       <h1>Page to manage articles</h1> | ||||
|       <a href="/admin/articles/create">create new article</a> <br /> | ||||
|       <p>List of existing articles</p> | ||||
|     </div> | ||||
|   ); | ||||
| } | ||||
|  | ||||
| export default AdminArticlesPage; | ||||
		Reference in New Issue
	
	Block a user
	 Janis
					Janis