Hello World #18

Merged
rayankonecny merged 1 commit from new_feature into main 2025-03-26 10:11:07 -03:00
Showing only changes of commit f7e395b98e - Show all commits

View file

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