remove testing ui v2 directory (#2385)

This commit is contained in:
Zane
2025-04-29 07:21:19 -07:00
committed by GitHub
parent c8f63e3f91
commit efad41c93b
48 changed files with 0 additions and 17001 deletions

View File

@@ -1,13 +0,0 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
theme: {
extend: {
colors: {
bgApp: 'var(--bg-app)',
textProminent: 'var(--text-prominent)',
},
},
},
plugins: [],
};