| Sean McCullough | b29f891 | 2025-04-20 15:39:11 -0700 | [diff] [blame] | 1 | // Import styles, initialize component theme here. |
| 2 | // import '../src/common.css'; | ||||
| banksean | e59a2e1 | 2025-06-28 01:38:19 +0000 | [diff] [blame] | 3 | import "../dist/tailwind.css"; |
| Philip Zeyliger | 99a9a02 | 2025-04-27 15:15:25 +0000 | [diff] [blame] | 4 | |
| 5 | // No imports needed - components are imported directly in the test files | ||||
| Philip Zeyliger | c72fff5 | 2025-04-29 20:17:54 +0000 | [diff] [blame] | 6 | // Components should be imported in the test files directly, not here |