This commit is contained in:
Frantatita 2024-05-08 08:39:16 -06:00
parent 12a06c8e5a
commit f730ca2675
1 changed files with 2 additions and 5 deletions

View File

@ -1,13 +1,10 @@
import React from 'react'
import ReactDOM from 'react-dom/client'
import OfertaEducativa from './OfertaEducativa.jsx'
import './Registro.css'
import './login.css'
import General from './General'
ReactDOM.createRoot(document.getElementById('root')).render(
<React.StrictMode>
<OfertaEducativa/>
<General/>
</React.StrictMode>,
)