feat(dashboard): add dashboard table with links display

This commit is contained in:
Jan K9f 2025-01-19 21:23:26 +01:00
parent 23d1109604
commit 8bbbdd2dfa
Signed by: jank
GPG key ID: 50620ADD22CD330B
6 changed files with 76 additions and 4 deletions

View file

@ -6,6 +6,6 @@ module.exports = {
theme: {
extend: {},
},
plugins: [],
plugins: [require('daisyui'),],
}