import React from 'react'; import QRCode from 'react-qr-code'; import { TextP } from '../App-styles'; import { Box } from '@mui/material'; export const AddressQRCode = ({ targetAddress }) => { return ( Your address ); };