import { styled } from 'styled-components'; import { typos } from '../..'; export const H1 = styled.h1` ${typos.h1} `; export const H2 = styled.h2` ${typos.h2} `; export const H3 = styled.h3` ${typos.h3} `;