rsnext/test/.stats-app/pages/css.js
Tobias Koppers cc246cdc41
add css to the stats-app (#24228)
add a page with CSS to the stats app

We should compare stats for CSS too
2021-04-19 17:42:40 +00:00

5 lines
135 B
JavaScript

import style from './css.module.css'
const Page = () => <div className={style.helloWorld}>Hello world 👋</div>
export default Page