This commit is contained in:
Dan Abramov
2022-05-26 04:26:24 +01:00
parent cec374fa01
commit 9e0bb0b0f8

View File

@@ -14,6 +14,9 @@ interface PageProps {
routeTree: RouteItem;
}
// Preload.
import('../MDX/Sandpack/SandpackRoot');
export function Page({routeTree, children}: PageProps) {
return (
<>