UNPKG

@selemondev/create-react-next

Version:

The Next Generation React Scaffolding Tool ✨

4 lines 79 B
const About = () => { return <div>About page</div>; } export default About;