Initial commit from Create Next App

This commit is contained in:
Stevan Freeborn
2023-09-09 17:02:12 -05:00
commit ab8e45232e
15 changed files with 4324 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}