removed pg

This commit is contained in:
Janis
2022-12-27 02:25:27 +01:00
parent ff723b2402
commit c977a84191
994 changed files with 49 additions and 989 deletions

View File

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