olvidó contraseña

This commit is contained in:
2024-08-31 06:14:39 +02:00
parent 9c9c8cbc67
commit 00c95ad65b
7 changed files with 597 additions and 205 deletions

View File

@@ -2,9 +2,13 @@ module.exports = {
content: [
"./index.html",
"./src/**/*.{vue,js,ts,jsx,tsx}",
"./node_modules/flowbite/**/*.js",
'node_modules/flowbite-vue/**/*.{js,jsx,ts,tsx,vue}',
],
theme: {
extend: {},
},
plugins: [],
plugins: [
require('flowbite/plugin')
]
}