mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 21:27:12 +01:00
add markdown component
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user