feat: add (non-working) edit page

This commit is contained in:
Sam 2022-05-14 16:46:03 +02:00
parent 15797b679c
commit ca2cf9e06f
9 changed files with 140 additions and 11 deletions

View file

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