modificacion
This commit is contained in:
parent
f3b08d4cdf
commit
70590e8f14
|
@ -1,13 +1,16 @@
|
|||
import React from 'react'
|
||||
import ReactDOM from 'react-dom/client'
|
||||
import OfertaEducativa from './OfertaEducativa.jsx'
|
||||
|
||||
import './Encabezado.css'
|
||||
import './Encabezado.jsx'
|
||||
import './General.jsx'
|
||||
import General from './General.jsx'
|
||||
import './Registro.css'
|
||||
import './login.css'
|
||||
import './Registro.jsx'
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('root')).render(
|
||||
<React.StrictMode>
|
||||
<OfertaEducativa/>
|
||||
<General/>
|
||||
</React.StrictMode>,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue