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