Added Daisy UI as a dependency

This commit is contained in:
2023-07-15 17:10:22 -05:00
parent e71014efcd
commit a07fa89979

@@ -16,5 +16,5 @@ module.exports = {
width: ["responsive", "hover", "focus"], width: ["responsive", "hover", "focus"],
}, },
}, },
plugins: [], plugins: [require("daisyui")],
} }