UNPKG

@randy.tarampi/jsx

Version:

Some common JSX components for www.randytarampi.ca

8 lines 291 B
import PrintableSection from "./section"; export * from "./section"; export * from "./leftDescriptionSection"; export * from "./leftPullSection"; export * from "./rightDescriptionSection"; export * from "./rightPushSection"; export * from "./rawHtmlSection"; export default PrintableSection;