hemath
Version:
Build responsive Mautic Themes based on the Heml laungage
20 lines (18 loc) • 438 B
JavaScript
import Col from './Col'
import Slot from './Slot'
import SlotContainer from './SlotContainer'
import Section from './Section'
import Container from './Container'
import Button from './Button'
import Img from './Img'
import {H1, H2, H3, H4, H5, H6, P, Ol, Ul, Li, A} from './Typography'
export default [
Col,
Slot,
SlotContainer,
Section,
Container,
Button,
Img,
H1, H2, H3, H4, H5, H6, P, Ol, Ul, Li, A
]