mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
5 lines
98 B
JavaScript
5 lines
98 B
JavaScript
function HomePage() {
|
|
return <div>Welcome to Neuxteventy.js!</div>
|
|
}
|
|
|
|
export default HomePage
|