refactor: init new version

This commit is contained in:
Daniel Soares
2021-12-10 20:55:29 -03:00
parent eb8ab7029a
commit db839b267a
31 changed files with 2177 additions and 14915 deletions
+7
View File
@@ -0,0 +1,7 @@
export default function Home() {
return (
<div>
<h1>Hello</h1>
</div>
)
}