UNPKG

@selemondev/create-react-next

Version:

The Next Generation React Scaffolding Tool ✨

7 lines 139 B
import TheWelcome from "../components/TheWelcome" const Home = () => { return <> <TheWelcome /> </>; } export default Home;