diff --git a/src/components/NPPlayground.tsx b/src/components/NPPlayground.tsx index d79b820..b9c1b18 100644 --- a/src/components/NPPlayground.tsx +++ b/src/components/NPPlayground.tsx @@ -13,7 +13,7 @@ function NPPlayground({ opts, npIn }: { const [np, setNp] = useState(npIn); console.log({ np }); return
-
+
+ return
{children.map((block) => ( {block}