App
Summary
Describes structure of Dendorn Nextjs App
Details
- pages/_app.tsx
<DendronApp>
<DendronLayout>
<Component/>
</DendronLayout>
</DendronApp>
- components/DendronLayout.tsx
<Layout>
<Sidbar/>
<Content>
<Breadcrumb/>
{React.children}
</Content>
</Layout>
Related
Backlinks