2
0
Files
bot/pages/index.tsx

8 lines
121 B
TypeScript
Raw Normal View History

2021-11-19 10:39:33 +01:00
import React from 'react'
const HomePage = () => {
return <div>Welcome to "Next.js"!</div>
2021-11-19 10:15:13 +01:00
}
2021-11-19 10:39:33 +01:00
export default HomePage