Fix Web Artículos
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import Chatbot from './components/Chatbot';
|
||||
import './App.css';
|
||||
|
||||
function App() {
|
||||
return (
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { StrictMode } from 'react'
|
||||
import { createRoot } from 'react-dom/client'
|
||||
import './index.css'
|
||||
import App from './App.tsx'
|
||||
|
||||
createRoot(document.getElementById('root')!).render(
|
||||
|
||||
Reference in New Issue
Block a user