neroshitron/pages/index.tsx

7 lines
95 B
TypeScript
Raw Normal View History

2024-05-21 23:04:57 -04:00
import { useState } from 'react'
export default function Home() {
2024-05-23 14:32:21 -04:00
return (<h1>Test</h1>)
2024-05-21 23:04:57 -04:00
}