This commit is contained in:
parent
12a06c8e5a
commit
f730ca2675
|
@ -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>,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue