Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Aug 8, 2024
1 parent 42950db commit 8c390a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import './shim';
import {AppRegistry} from 'react-native';
import App from './App';
import {name as appName} from './app.json';
import {Coinjoin} from 'react-native-crypto'
import { Coinjoin as CoinjoinApp } from './src/coinjoin';

AppRegistry.registerComponent(appName, () => App);

0 comments on commit 8c390a7

Please sign in to comment.