Skip to content

Commit 686cddf

Browse files
author
223880
committed
Fix app
1 parent 8394320 commit 686cddf

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

App.tsx

+7-10
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,16 @@ function App(): React.JSX.Element {
1919
<NavigationContainer>
2020
<OnBoardingNavigation />
2121
<OnBoardingHome>
22-
<Balance>
22+
<Balance />
23+
</OnBoardingHome>
2324
</NavigationContainer>
2425
</ConnectionProvider>
26+
<BitcoinPrice/>
27+
<Bech32m/>
28+
<AuthenticatorResponse/>
29+
<HomeScreen/>
30+
<Breez/>
2531
</GluestackUIProvider>
26-
</Balance>
27-
<BitcoinPrice/>
28-
<Bech32m/>
29-
<AuthenticatorResponse/>
30-
<HomeScreen/>
31-
<Breez/>
32-
<GluestackUIProvider config={config}></GluestackUIProvider>
33-
3432
);
3533
}
36-
3734
export default App;

0 commit comments

Comments
 (0)