diff options
Diffstat (limited to 'docs/docs/codes/power.mdx')
-rw-r--r-- | docs/docs/codes/power.mdx | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/docs/codes/power.mdx b/docs/docs/codes/power.mdx new file mode 100644 index 0000000..7e8ffd1 --- /dev/null +++ b/docs/docs/codes/power.mdx @@ -0,0 +1,15 @@ +--- +title: Power +sidebar_label: Power +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"; + +export const rightToc = contentToc; + +<OsLegend /> +<ToastyContainer /> +<Content /> |