style(new): ui *

This commit is contained in:
Eshan Roy
2024-12-07 19:57:20 +05:30
parent d5b90950f2
commit 8b818a4a6a
24 changed files with 5964 additions and 0 deletions

8
tailwind.config.js Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {},
},
plugins: [],
};