Files
conve-x/src/app/page.tsx
T

8 lines
96 B
TypeScript
Raw Normal View History

2023-09-09 17:02:12 -05:00
export default function Home() {
return (
2023-09-09 17:11:02 -05:00
<main>
<h1>conveX</h1>
2023-09-09 17:02:12 -05:00
</main>
2023-09-09 17:11:02 -05:00
);
2023-09-09 17:02:12 -05:00
}