UNPKG

hotelier-lib

Version:

A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook

5 lines (4 loc) 169 B
import RoomList from './RoomListTable'; import Tables from './tables'; import InvoiceListTable from './invoiceTable'; export { RoomList, Tables, InvoiceListTable };