diff options
Diffstat (limited to 'docs/docs/codes/power.mdx')
-rw-r--r-- | docs/docs/codes/power.mdx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/codes/power.mdx b/docs/docs/codes/power.mdx index 7e8ffd1..2af3233 100644 --- a/docs/docs/codes/power.mdx +++ b/docs/docs/codes/power.mdx @@ -6,9 +6,9 @@ hide_title: true import OsLegend from "@site/src/components/codes/OsLegend"; import ToastyContainer from "@site/src/components/codes/ToastyContainer"; -import Content, { rightToc as contentToc } from "./_power.mdx"; +import Content, { toc as contentToc } from "./_power.mdx"; -export const rightToc = contentToc; +export const toc = contentToc; <OsLegend /> <ToastyContainer /> |