Skip to content
Snippets Groups Projects
Commit 505cc805 authored by Brahim Ghaouthi's avatar Brahim Ghaouthi
Browse files

add project skeleton

parent 5b10b428
No related branches found
No related tags found
No related merge requests found
import * as ReactDOM from 'react-dom/client';
import Chatbot from './Chatbot';
import "./index.css"
const container = document.getElementById('chatbot');
const cb = ReactDOM.createRoot(container);
cb.render(<Chatbot />)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment