Skip to content

Commit

Permalink
chore: changed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Oct 9, 2024
1 parent e6d31a6 commit d5269ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion wallets/rn_cli_wallet/src/components/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
ViewStyle,
View,
} from 'react-native';
import {Icon, IconProps} from '@web3modal/ui-react-native';
import {Icon, IconProps} from '@reown/appkit-ui-react-native';

import {useTheme} from '@/hooks/useTheme';

Expand Down
2 changes: 1 addition & 1 deletion wallets/rn_cli_wallet/src/modals/LoadingModal.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {StyleSheet, View} from 'react-native';
import {useSnapshot} from 'valtio';
import {Icon, Text, LoadingSpinner} from '@web3modal/ui-react-native';
import {Icon, Text, LoadingSpinner} from '@reown/appkit-ui-react-native';

import {useTheme} from '@/hooks/useTheme';
import ModalStore from '@/store/ModalStore';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import {View, StyleSheet, TouchableOpacity, Alert} from 'react-native';
import {useTheme} from '@/hooks/useTheme';
import {Text} from '@web3modal/ui-react-native';
import {Text} from '@reown/appkit-ui-react-native';
import Clipboard from '@react-native-clipboard/clipboard';

type Log = {
Expand Down

0 comments on commit d5269ce

Please sign in to comment.