9 lines
85 B
TypeScript
9 lines
85 B
TypeScript
|
|
export default function Home() {
|
|
return (
|
|
<div>
|
|
Peroxy
|
|
</div>
|
|
)
|
|
}
|