migrate for unifiedWallet to use-Wallet 4.4.0 for W3A (still UI bugs present)

This commit is contained in:
SaraJane
2026-01-16 20:30:36 +00:00
parent 00c87280f6
commit 3cb2972911
17 changed files with 637 additions and 1638 deletions

View File

@ -1,8 +1,8 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import App from './App'
import './styles/main.css'
import ErrorBoundary from './components/ErrorBoundary'
import './styles/main.css'
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<React.StrictMode>