mirror of
https://github.com/D4M13N-D3V/neroshitron.git
synced 2025-06-16 13:19:17 +00:00
7 lines
95 B
TypeScript
7 lines
95 B
TypeScript
import { useState } from 'react'
|
|
|
|
export default function Home() {
|
|
return (<h1>Test</h1>)
|
|
|
|
}
|