import type { Config } from 'tailwindcss' const config: Config = { content: [], theme: { extend: {}, }, plugins: [], } export default config