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

) } export default Home