Skip to content

Commit

Permalink
Merge pull request #15 from WillianAgostini/feat/app-route
Browse files Browse the repository at this point in the history
Feat/app-route
  • Loading branch information
WillianAgostini committed Dec 26, 2023
2 parents 0c1491a + c27b92b commit 6483edb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/app.tsx
@@ -0,0 +1,5 @@
import Home from "./index";

export default function App() {
return Home()
}

0 comments on commit 6483edb

Please sign in to comment.