Skip to content

Commit 004fd90

Browse files
committed
Export updateContributionState()
1 parent fe25ee0 commit 004fd90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashi/src/lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export { DashiComponent } from "@/lib/components/DashiComponent";
88
export { initSystemStore } from "@/lib/actions/initSystemStore";
99
export { applyPropertyChange } from "@/lib/actions/applyPropertyChange";
1010
export { setComponentVisibility } from "@/lib/actions/setComponentVisibility";
11+
export { updateContributionState } from "@/lib/actions/updateContributionState";
1112
export { configureLogging } from "@/lib/utils/configureLogging";
1213
export {
1314
useStore,

0 commit comments

Comments
 (0)