Skip to content

Commit eb2c5e2

Browse files
authored
Final Commit - Part 1
1 parent 6abb31e commit eb2c5e2

File tree

3 files changed

+2754
-102
lines changed

3 files changed

+2754
-102
lines changed

App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function App() {
2727
// Verifica se a tela de splash está ativa
2828
if (isLoading)
2929
return <SplashScreen />
30-
return <AppNavigation initialRoute={'Home'} />
30+
return <AppNavigation initialRoute={'Feed'} />
3131
}
3232

3333
export default App;

0 commit comments

Comments
 (0)