add markdown component

This commit is contained in:
Janis
2023-01-12 11:56:21 +01:00
parent 8f7092cd72
commit 8db442be0f
8 changed files with 1830 additions and 67 deletions

View File

@@ -22,6 +22,7 @@ export default async function RootLayout({ children }: { children: React.ReactNo
<head></head>
<body className="body">
<p>If admin logged in create a small header here app/layout.tsx</p>
<header>
<Nav categories={await getCategories()} />
</header>