Initial commit from Create Next App

This commit is contained in:
Florian Sylvain
2023-11-08 13:58:59 +01:00
commit c0da6914c2
15 changed files with 4664 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}