2
0
Files
bot/pages/index.tsx
Baptiste Arnaud 6fe9807fbe Init project
2021-11-19 10:15:13 +01:00

6 lines
91 B
TypeScript

function HomePage() {
return <div>Welcome to Next.js!</div>;
}
export default HomePage;