import { redText } from './index.module.css' function Home() { return ( <>
This text should be red.

) } export default Home