feat: initial ChatUI modular con arbol de temas, chat n8n y KeyNotes editables

This commit is contained in:
JRike24 2026-06-27 21:03:10 -05:00
commit 19aaeb8619
42 changed files with 6155 additions and 0 deletions

13
index.html Normal file
View file

@ -0,0 +1,13 @@
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WebChatV2</title>
<script src="/config.js"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>