feat: add activity ai chatbot UI and functionality

This commit is contained in:
swve 2024-01-01 18:13:17 +01:00
parent cf681b2260
commit 19d8db9a20
11 changed files with 312 additions and 114 deletions

View file

@ -7,6 +7,8 @@ module.exports = {
theme: {
extend: {},
},
plugins: [],
plugins: [
require('tailwind-scrollbar')({ nocompatible: true }),
],
}