sf-5c4 / src /pages /index.tsx
BlitherBoom's picture
Add 3 files
e39565f verified
raw
history blame contribute delete
144 Bytes
import React from 'react';
const HomePage = () => {
return (
<div>
<h1>Hello world!</h1>
</div>
);
};
export default HomePage;