Spaces:
Running
Running
Update main.jsx
Browse files
main.jsx
CHANGED
|
@@ -3,7 +3,6 @@ import ReactDOM from 'react-dom/client'
|
|
| 3 |
import App from './cointube'
|
| 4 |
import './index.css'
|
| 5 |
|
| 6 |
-
// Componente para atrapar errores y evitar la pantalla blanca de la muerte
|
| 7 |
class ErrorBoundary extends React.Component {
|
| 8 |
constructor(props) {
|
| 9 |
super(props);
|
|
|
|
| 3 |
import App from './cointube'
|
| 4 |
import './index.css'
|
| 5 |
|
|
|
|
| 6 |
class ErrorBoundary extends React.Component {
|
| 7 |
constructor(props) {
|
| 8 |
super(props);
|