This commit is contained in:
parent
70590e8f14
commit
12a06c8e5a
|
@ -1,16 +1,13 @@
|
|||
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 './Registro.jsx'
|
||||
import './login.css'
|
||||
|
||||
ReactDOM.createRoot(document.getElementById('root')).render(
|
||||
<React.StrictMode>
|
||||
<General/>
|
||||
<OfertaEducativa/>
|
||||
</React.StrictMode>,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue