mirror of https://github.com/mkrhere/pw2
Muthu Kumar
4 years ago
5 changed files with 65 additions and 83 deletions
@ -1,13 +0,0 @@ |
|||
import { css } from "emotion"; |
|||
|
|||
const Heading = ({ children, ...props }) => ( |
|||
<h1 |
|||
className={css` |
|||
line-height: 1em; |
|||
`}
|
|||
{...props}> |
|||
{children} |
|||
</h1> |
|||
); |
|||
|
|||
export default Heading; |
Loading…
Reference in new issue