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:
		
							
								
								
									
										9
									
								
								app/admin/categories/create/page.tsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								app/admin/categories/create/page.tsx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| import React from "react"; | ||||
|  | ||||
| export default function AdminCategoriesCreate() { | ||||
|   return ( | ||||
|     <div> | ||||
|       <h1>Create a new category</h1> | ||||
|     </div> | ||||
|   ); | ||||
| } | ||||
							
								
								
									
										11
									
								
								app/admin/categories/page.tsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								app/admin/categories/page.tsx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| import React from "react"; | ||||
|  | ||||
| export default function AdminCategoriesPage() { | ||||
|   return ( | ||||
|     <div> | ||||
|       <h1>Page to manage categories</h1> | ||||
|       <a href="/admin/categories/create">create new category</a> <br /> | ||||
|       <p>List of existing category</p> | ||||
|     </div> | ||||
|   ); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Janis
					Janis