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>
|
||||
<H2>Inhaltsverzeichnis</H2>
|
||||
<TOC />
|
||||
<TableOfContents />
|
||||
</Section>
|
||||
|
||||
<H2>Die Falle der unendlichen Stunden</H2>
|
||||
|
||||
@@ -85,6 +85,7 @@ export const mdxComponents = {
|
||||
Section,
|
||||
Reveal,
|
||||
TableOfContents,
|
||||
TOC: TableOfContents,
|
||||
RevenueLossCalculator,
|
||||
PerformanceChart,
|
||||
PerformanceROICalculator,
|
||||
|
||||
Reference in New Issue
Block a user