next.js/test/integration/css-fixtures/invalid-global-with-app/pages/index.js
index.js6 lines132 B
import '../styles/global.css'

export default function Home() {
  return <div className="red-text">This text should be red.</div>
}
Quest for Codev2.0.0
/
SIGN IN