Skip to content

Commit 269a247

Browse files
authored
Update main.tsx
Signed-off-by: Aitor Alien <[email protected]>
1 parent c139052 commit 269a247

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import React from 'react';
33
import ReactDOM from 'react-dom/client';
44
import App from './App';
55
import './index.css';
6-
import './global.css'; // Asegurar que global.css se carga explícitamente
76

87
ReactDOM.createRoot(document.getElementById('root')!).render(
98
<React.StrictMode>

0 commit comments

Comments
 (0)