mirror of
				https://github.com/DerTyp7/explainegy-nextjs.git
				synced 2025-10-30 21:27:12 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			120 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			120 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| import "../../../styles/markdown.scss";
 | |
| export default function Layout({ children }) {
 | |
| 	return <div>{children}</div>;
 | |
| }
 | 
