Skip to content

Commit

Permalink
Fix app
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Dec 9, 2024
1 parent 0013023 commit 0e14003
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ 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.tsx';
// import { lightning } from './src/app/lightning/send';
import { Bech32m } from './src/components/Bech32m';// import { lightning } from './src/app/lightning/send';
import React from 'react';

import { GluestackUIProvider } from '@gluestack-ui/themed';
Expand Down

0 comments on commit 0e14003

Please sign in to comment.