Skip to content

Commit 637b637

Browse files
authored
Update App.tsx
Signed-off-by: Aitor Alien <[email protected]>
1 parent a9c7588 commit 637b637

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/App.tsx

Lines changed: 2 additions & 3 deletions
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/react'; // Importa correctamente el provider
2+
import { AppKitProvider } from '@reown/appkit/react';
33
import { mainnet, arbitrum, polygon } from '@reown/appkit/networks';
44
import Layout from './components/Layout';
55
import Index from './pages/Index';
@@ -10,8 +10,7 @@ import Clubs from './pages/Clubs';
1010
import CoNetWorKing from './pages/CoNetWorKing';
1111
import Contact from './pages/Contact';
1212
import NotFound from './pages/NotFound';
13-
import './index.css';
14-
import './global.css';
13+
import './index.css'; // Solo se importa el archivo final
1514

1615
function App() {
1716
return (

0 commit comments

Comments
 (0)