Updated workflow for adding and updating participants (#500)

This commit is contained in:
Luke Vella 2023-02-09 17:56:30 +00:00
parent bac7db54f2
commit 5d7db848b8
58 changed files with 659 additions and 520 deletions

View file

@ -45,9 +45,5 @@ module.exports = {
},
},
},
plugins: [
require("@tailwindcss/forms"),
require("@tailwindcss/typography"),
require("tailwindcss-animate"),
],
plugins: [require("@tailwindcss/typography"), require("tailwindcss-animate")],
};