Skip to content

Commit 8fb8742

Browse files
committed
use relative path instead
1 parent 723d175 commit 8fb8742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Text, View, StyleSheet } from 'react-native';
2-
import { Keys } from 'nostr-sdk-react-native';
2+
import { Keys } from '../../src';
33

44
const keys = Keys.generate();
55

0 commit comments

Comments
 (0)