mirror of
				https://github.com/DerTyp7/explainegy-nextjs.git
				synced 2025-10-31 21:57:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			87 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			87 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export default async function Layout({ children }) {
 | |
|   return <div>{children}</div>;
 | |
| }
 | 
