Hello World

This commit is contained in:
Rayan 2025-03-26 09:09:47 -04:00
parent 7040a99d5f
commit f7e395b98e

View file

@ -3,7 +3,7 @@ import * as React from 'react'
const App: React.FC = () => {
return (
<>
<h1>Hello</h1>
<h1>Hello World</h1>
</>
)
}