Fix: Add TOC alias and update MDX to fix missing component error
Some checks failed
Some checks failed
This commit is contained in:
@@ -18,7 +18,7 @@ tags: ["management", "business"]
|
|||||||
|
|
||||||
<Section>
|
<Section>
|
||||||
<H2>Inhaltsverzeichnis</H2>
|
<H2>Inhaltsverzeichnis</H2>
|
||||||
<TOC />
|
<TableOfContents />
|
||||||
</Section>
|
</Section>
|
||||||
|
|
||||||
<H2>Die Falle der unendlichen Stunden</H2>
|
<H2>Die Falle der unendlichen Stunden</H2>
|
||||||
|
|||||||
@@ -85,6 +85,7 @@ export const mdxComponents = {
|
|||||||
Section,
|
Section,
|
||||||
Reveal,
|
Reveal,
|
||||||
TableOfContents,
|
TableOfContents,
|
||||||
|
TOC: TableOfContents,
|
||||||
RevenueLossCalculator,
|
RevenueLossCalculator,
|
||||||
PerformanceChart,
|
PerformanceChart,
|
||||||
PerformanceROICalculator,
|
PerformanceROICalculator,
|
||||||
|
|||||||
Reference in New Issue
Block a user