adding in the other page for teams

This commit is contained in:
Arjun Patel
2022-01-07 18:16:30 -08:00
parent 882019be4d
commit 62ac6f6532
7 changed files with 1079 additions and 44 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}"
],
theme: {
extend: {},
},
plugins: [],
}