mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 00:31:00 +01:00
REF: Move file
This commit is contained in:
parent
5a05146ada
commit
32b36fbf9d
2 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
import React, { useRef, cloneElement, useEffect, forwardRef } from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { Pressable, TouchableOpacity } from 'react-native';
|
||||
import showPopupMenu from '../class/showPopupMenuAndroid';
|
||||
import showPopupMenu from '../blue_modules/showPopupMenu';
|
||||
|
||||
const ToolTipMenu = (props, ref) => {
|
||||
const menuRef = useRef();
|
||||
|
|
Loading…
Add table
Reference in a new issue