fido-node.github.io/pages/index.tsx

7 lines
121 B
TypeScript
Raw Normal View History

2021-04-28 10:16:22 +03:00
import * as React from "react";
const Home = () => {
return <h1>Welcome to My Next App!</h1>;
};
export default Home;