2
0
Files
bot/pages/index.tsx

6 lines
91 B
TypeScript
Raw Normal View History

2021-11-19 10:15:13 +01:00
function HomePage() {
return <div>Welcome to Next.js!</div>;
}
export default HomePage;