File size: 118 Bytes
1e92f2d |
1 2 3 4 |
import styles from './content.module.css'
export const Content = () => <h1 className={styles.root}>Hello World!</h1>
|
1e92f2d |
1 2 3 4 |
import styles from './content.module.css'
export const Content = () => <h1 className={styles.root}>Hello World!</h1>
|