Export Block and BlockComponent via SDK
This commit is contained in:
parent
3167fcdc76
commit
0b2c6e531c
|
@ -18,6 +18,8 @@ import { styleable } from "utils/styleable"
|
|||
import { linkable } from "utils/linkable"
|
||||
import { getAction } from "utils/getAction"
|
||||
import Provider from "components/context/Provider.svelte"
|
||||
import Block from "components/Block.svelte"
|
||||
import BlockComponent from "components/BlockComponent.svelte"
|
||||
import { ActionTypes } from "./constants"
|
||||
import { fetchDatasourceSchema } from "./utils/schema.js"
|
||||
import { getAPIKey } from "./utils/api.js"
|
||||
|
@ -44,4 +46,6 @@ export default {
|
|||
Provider,
|
||||
ActionTypes,
|
||||
getAPIKey,
|
||||
Block,
|
||||
BlockComponent,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue