marinea/client/src/homePage.tsx

8 lines
126 B
TypeScript

export const HomePage = () => {
return (
<div>
<h1> Welcome to the SES utility software. </h1>
</div>
);
};