Skip to content

Commit 798f233

Browse files
authored
Update App.tsx
Signed-off-by: Aitor Alien <[email protected]>
1 parent ce7c033 commit 798f233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';
2-
import { AppKitProvider } from '@reown/appkit'; // Importa el provider
2+
import { AppKitProvider } from '@reown/appkit/react'; // Importa correctamente el provider
33
import Layout from './components/Layout';
44
import Index from './pages/Index';
55
import About from './pages/About';

0 commit comments

Comments
 (0)