mirror of
				https://github.com/DerTyp7/explainegy-nextjs.git
				synced 2025-11-04 07:19:00 +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>;
 | 
						|
}
 |