We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c7588 commit 637b637Copy full SHA for 637b637
src/App.tsx
@@ -1,5 +1,5 @@
1
import { BrowserRouter as Router, Routes, Route } from 'react-router-dom';
2
-import { AppKitProvider } from '@reown/appkit/react'; // Importa correctamente el provider
+import { AppKitProvider } from '@reown/appkit/react';
3
import { mainnet, arbitrum, polygon } from '@reown/appkit/networks';
4
import Layout from './components/Layout';
5
import Index from './pages/Index';
@@ -10,8 +10,7 @@ import Clubs from './pages/Clubs';
10
import CoNetWorKing from './pages/CoNetWorKing';
11
import Contact from './pages/Contact';
12
import NotFound from './pages/NotFound';
13
-import './index.css';
14
-import './global.css';
+import './index.css'; // Solo se importa el archivo final
15
16
function App() {
17
return (
0 commit comments