| import React from 'react' | |
| import classes from './red.module.css' | |
| export function RedButton() { | |
| return ( | |
| <button id="red-button" className={classes.button}> | |
| Red Button | |
| </button> | |
| ) | |
| } | |
| import React from 'react' | |
| import classes from './red.module.css' | |
| export function RedButton() { | |
| return ( | |
| <button id="red-button" className={classes.button}> | |
| Red Button | |
| </button> | |
| ) | |
| } | |