/** * Mock for CSS/style imports in Jest tests * * Since Jest can't process CSS files, we export an empty object. */ export default {};