From 84747cfe846ce13b0e7ee185bfd86146fc442c68 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 23 Apr 2026 08:06:07 +0200 Subject: [PATCH] auto-git: [change] src/app/App.tsx --- src/app/App.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index a76a62f1..c9dffb01 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -400,7 +400,8 @@ import { cloneControlEffect, formatControlEffectValue, formatControlTargetRef, - getControlTargetRefKey + getControlTargetRefKey, + type ControlEffect } from "../controls/control-surface"; import { STARTER_MATERIAL_LIBRARY, @@ -457,6 +458,8 @@ import { createProjectScheduleEffectFromOption, getProjectScheduleEffectOptionId, getProjectSequenceControlStepClassForEffectOptionId, + listProjectInteractionControlEffectOptions, + listProjectInteractionControlTargetOptions, getProjectScheduleTargetOptionByKey, listProjectScheduleEffectOptions, listProjectScheduleTargetOptions,