+
+

window.open('https://paymesol.app', '_blank')}
+ style={{ cursor: 'pointer' }}
+ />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{selectedToken}
+
+
+ {formatCrypto(convertedAmount)}
+
+
+
+
+ EURO
+
+
+
+
+
+
+ {[1, 2, 3, 4, 5, 6, 7, 8, 9, '.', 0].map((key) => (
+
+ ))}
+
+
+
+
+
+
+
+
+
+
Payment QR Code
+
+
+
+
+
+ );
+}
+
+// ==========================================================================
+// Render Application
+// ==========================================================================
+const container = document.getElementById('root');
+const root = createRoot(container);
+root.render(
+