1
0
Fork 0
mirror of synced 2024-05-02 19:42:42 +12:00
budibase/packages/client/src/components/app/blocks/index.js

7 lines
371 B
JavaScript

export { default as tableblock } from "./TableBlock.svelte"
export { default as cardsblock } from "./CardsBlock.svelte"
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"