mirror of
				https://github.com/DerTyp7/explainegy-nextjs.git
				synced 2025-10-31 13:47:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			89 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			89 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export default function Category() {
 | |
| 	return <h1>List all articles in a category</h1>;
 | |
| }
 | 
