Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Dec 10, 2024
1 parent 9d7b6ec commit 4020743
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import OnBoardingHome from './src/screens/onboarding/ZKPool';
import Balance from './src/components/Balance';
import HomeScreen from './src/screens/Home/HomeScreen';
import BitcoinPrice from './src/components/BitcoinPrice';
import { Bech32m } from './src/components/Bech32m';// import { lightning } from './src/app/lightning/send';
import React from 'react';

import { GluestackUIProvider } from '@gluestack-ui/themed';
Expand All @@ -25,9 +24,7 @@ function App(): React.JSX.Element {
</NavigationContainer>
</ConnectionProvider>
<BitcoinPrice/>
<Bech32m/>
<HomeScreen/>
<Breez/>
</GluestackUIProvider>
);
}
Expand Down

0 comments on commit 4020743

Please sign in to comment.