REF: Move file

This commit is contained in:
Marcos Rodriguez Vélez 2021-10-20 08:53:17 -04:00
parent 5a05146ada
commit 32b36fbf9d
No known key found for this signature in database
GPG key ID: 0D64671698D11C5C
2 changed files with 1 additions and 1 deletions

View file

@ -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();