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