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