1
0
Fork 0
mirror of synced 2024-05-17 10:53:15 +12:00
budibase/packages/client/src/components/app/blocks/index.js

7 lines
371 B
JavaScript
Raw Normal View History

2021-11-11 04:56:51 +13:00
export { default as tableblock } from "./TableBlock.svelte"
export { default as cardsblock } from "./CardsBlock.svelte"
2021-11-16 07:07:51 +13:00
export { default as repeaterblock } from "./RepeaterBlock.svelte"
export { default as formblock } from "./form/FormBlock.svelte"
export { default as chartblock } from "./ChartBlock.svelte"
export { default as rowexplorer } from "./RowExplorer.svelte"