import React from "react"; import Playground from "../components/Playground"; const Index = () => { return ( <> ); }; export default Index;