blob: d124bcd866962f9f57beff18560fcd34015526fc [file] [log] [blame]
Sean McCulloughb29f8912025-04-20 15:39:11 -07001// Import styles, initialize component theme here.
2// import '../src/common.css';
bankseane59a2e12025-06-28 01:38:19 +00003import "../dist/tailwind.css";
Philip Zeyliger99a9a022025-04-27 15:15:25 +00004
5// No imports needed - components are imported directly in the test files
Philip Zeyligerc72fff52025-04-29 20:17:54 +00006// Components should be imported in the test files directly, not here