We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abb31e commit eb2c5e2Copy full SHA for eb2c5e2
App.jsx
@@ -27,7 +27,7 @@ function App() {
27
// Verifica se a tela de splash está ativa
28
if (isLoading)
29
return <SplashScreen />
30
- return <AppNavigation initialRoute={'Home'} />
+ return <AppNavigation initialRoute={'Feed'} />
31
}
32
33
export default App;
0 commit comments