module.exports = { content: [ "./app/**/*.{js,ts,jsx,tsx}", // For App Router "./components/**/*.{js,ts,jsx,tsx}", ], theme: { extend: {}, }, plugins: [], };