refactor: remove unused files

This commit is contained in:
2026-04-12 16:05:04 -04:00
parent a57bf3607b
commit 06e4d8c963
2 changed files with 0 additions and 16 deletions
-6
View File
@@ -1,6 +0,0 @@
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
-10
View File
@@ -1,10 +0,0 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
'./src/**/*.{js,ts,jsx,tsx}',
],
theme: {
extend: {},
},
plugins: [],
}