Files
conve-x/src/app/page.tsx
T
2023-09-09 21:39:08 -05:00

4 lines
59 B
TypeScript

export default function Home() {
return <main></main>;
}