/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./**/*.{ts,tsx,js,jsx}"],
theme: {
extend: {},
},
plugins: [],
};