neroshitron/pages/index.tsx
2024-05-23 14:32:21 -04:00

7 lines
95 B
TypeScript

import { useState } from 'react'
export default function Home() {
return (<h1>Test</h1>)
}