mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 13:17:13 +01:00
removed pg
This commit is contained in:
4
app/articles/[categoryName]/[articleName]/layout.tsx
Normal file
4
app/articles/[categoryName]/[articleName]/layout.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import "../../../../styles/markdown.scss";
|
||||
export default function Layout({ children }) {
|
||||
return <div>{children}</div>;
|
||||
}
|
||||
Reference in New Issue
Block a user