Skip to content

Commit

Permalink
Fix app
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 18, 2024
1 parent 8394320 commit 686cddf
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,16 @@ function App(): React.JSX.Element {
<NavigationContainer>
<OnBoardingNavigation />
<OnBoardingHome>
<Balance>
<Balance />
</OnBoardingHome>
</NavigationContainer>
</ConnectionProvider>
<BitcoinPrice/>
<Bech32m/>
<AuthenticatorResponse/>
<HomeScreen/>
<Breez/>
</GluestackUIProvider>
</Balance>
<BitcoinPrice/>
<Bech32m/>
<AuthenticatorResponse/>
<HomeScreen/>
<Breez/>
<GluestackUIProvider config={config}></GluestackUIProvider>

);
}

export default App;

0 comments on commit 686cddf

Please sign in to comment.