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