mirror of
				https://github.com/DerTyp7/explainegy-nextjs.git
				synced 2025-10-31 05:37:12 +01:00 
			
		
		
		
	init
This commit is contained in:
		
							
								
								
									
										9
									
								
								app/tutorials/page.tsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								app/tutorials/page.tsx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| export default function Page({ | ||||
| 	params, | ||||
| 	searchParams, | ||||
| }: { | ||||
| 	params: { slug: string }; | ||||
| 	searchParams?: { [key: string]: string | string[] | undefined }; | ||||
| }) { | ||||
| 	return <h1>List all tutorials</h1>; | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Janis
					Janis