Skip to content
Snippets Groups Projects
Commit 3265a231 authored by Kamil Mielnik's avatar Kamil Mielnik
Browse files

Add missing export

parent 622abd06
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ export { createApiKey } from "./createApiKey";
export { createCollection } from "./createCollection";
export { createDashboard } from "./createDashboard";
export type { DashboardDetails } from "./createDashboard";
export { createDashboardWithTabs } from "./createDashboardWithTabs";
export { createNativeQuestion } from "./createNativeQuestion";
export type { NativeQuestionDetails } from "./createNativeQuestion";
export { createQuestion } from "./createQuestion";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment