This commit is contained in:
Janis
2022-12-20 02:18:21 +01:00
parent 26f8683f69
commit 06c04efcfc
17 changed files with 395 additions and 43 deletions

View File

@@ -1,3 +1,4 @@
import "../../../styles/markdown.scss";
export default function Layout({ children }) {
return <div>{children}</div>;
}