UNPKG

@draftbox-co/gatsby-ghost-novela-theme

Version:

A Gatsby theme plugin for creating blogs from headless Ghost CMS.

12 lines (10 loc) 205 B
import Cell from "./Table.Cell"; import Head from "./Table.Head"; import HeadCell from "./Table.Head.Cell"; import Table from "./Table"; export default { Cell, Head, HeadCell, Table };