From 910f80c43b2c87ada2f863b87daf2415c4dcdda7 Mon Sep 17 00:00:00 2001 From: Neeraj Rekwar <88387699+neerajrekwar@users.noreply.github.com> Date: Tue, 2 Apr 2024 00:45:47 +0530 Subject: [PATCH] fda --- tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.js b/tailwind.config.js index bebeb67e74..59a90a1798 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -22,7 +22,7 @@ module.exports = { './components/**/*.{html,js}', './pages/**/*.{html,js}', './index.html', - './src/**/*.{html,js,jsx,tsx}' + './src/**/*.{html,js,jsx,tsx}', ], // ... } \ No newline at end of file