add prisma

This commit is contained in:
Janis
2022-12-27 01:57:49 +01:00
parent df3942bcbd
commit ff723b2402
91 changed files with 1323 additions and 1704 deletions

View File

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