diff --git a/src/pages/PairDevice/PairedSuccessfully.tsx b/src/pages/PairDevice/PairedSuccessfully.tsx new file mode 100644 index 00000000..cb52dd43 --- /dev/null +++ b/src/pages/PairDevice/PairedSuccessfully.tsx @@ -0,0 +1,20 @@ +import { Text } from '@status-im/components' +import { YStack } from 'tamagui' + +const PairedSuccessfully = () => { + return ( + + + Pair with Command line + + + Device Sync Status + + + Paired Successfully! 🥳 + + + ) +} + +export default PairedSuccessfully