rsnext/examples/hello-world/pages/day/index.js

3 lines
68 B
JavaScript

export default function DayPage() {
return <div>Hello Day</div>
}