blob: d124bcd866962f9f57beff18560fcd34015526fc [file] [log] [blame]
// Import styles, initialize component theme here.
// import '../src/common.css';
import "../dist/tailwind.css";
// No imports needed - components are imported directly in the test files
// Components should be imported in the test files directly, not here