setting up project

This commit is contained in:
Arjun Patel
2022-02-13 12:36:34 -08:00
parent 2513b29849
commit d2a807248d
7 changed files with 6997 additions and 300 deletions
+10
View File
@@ -0,0 +1,10 @@
module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
};