completionId: cgen-16cc227af88746728576345143a8ef16
cgen-16cc227af88746728576345143a8ef16
This commit is contained in:
parent
ed922bb5a8
commit
db051e4bd5
1 changed files with 8 additions and 0 deletions
|
|
@ -511,3 +511,11 @@ function DocsLayoutContent({
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export default function DocsLayout(props: DocsLayoutProps) {
|
||||||
|
return (
|
||||||
|
<DocsThemeProvider>
|
||||||
|
<DocsLayoutContent {...props} />
|
||||||
|
</DocsThemeProvider>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue