import React from 'react' import { style } from 'next/css' export default () =>
This is red
const styles = style({ color: 'red' })