rsnext/examples/with-app-layout/pages/index.js
2020-05-18 17:44:18 -04:00

3 lines
60 B
JavaScript

export default function Home() {
return <div>test</div>
}