Initial commit from Create Next App

This commit is contained in:
Diego Valdez 2023-05-26 09:10:42 -06:00
commit 9a88d6e746
15 changed files with 7417 additions and 0 deletions

6
postcss.config.js Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}