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

4 lines
78 B
TypeScript
Raw Normal View History

2023-09-09 17:02:12 -05:00
export default function Home() {
2023-09-12 16:56:07 -05:00
return <main className='flex-1'></main>;
2023-09-09 17:02:12 -05:00
}