José Corte 008e701a64 dashboard
2022-05-05 11:45:14 -03:00

10 lines
124 B
TypeScript

import React from 'react'
export default function Home() {
return (
<main>
<h1>Index.ts</h1>
</main>
)
}