diff --git a/apps/demo/config/root.tsx b/apps/demo/config/root.tsx index 7a253041a9..621ab9aeb6 100644 --- a/apps/demo/config/root.tsx +++ b/apps/demo/config/root.tsx @@ -9,10 +9,10 @@ export type RootProps = { title: string; } & DefaultRootProps; -function Root({ children, editMode }: RootProps) { +function Root({ children, puck }: RootProps) { return ( <> -
+
{children}