initial commit

This commit is contained in:
Sebastian Dine
2022-12-02 14:37:07 +00:00
commit 28579efc80
74 changed files with 8978 additions and 0 deletions
@@ -0,0 +1,11 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
"./src/pages/**/*.{js,ts,jsx,tsx}",
"./src/components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
plugins: [],
}