import React from "react"; import Layout from "@theme/Layout"; import { SquigglePlayground } from "../components/SquigglePlayground"; export default function PlaygroundPage() { return (

Squiggle Playground

); }