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

9
tailwind.config.js Normal file
View file

@ -0,0 +1,9 @@
import typography from '@tailwindcss/typography'
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [typography],
}