From e687dd749495864eca4a68ce04b389d33d54704c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 00:48:15 +0200 Subject: [PATCH] Import constants and functions in App.tsx --- src/app/App.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/App.tsx b/src/app/App.tsx index e38fc0dc..337b8d42 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -369,6 +369,10 @@ import { Panel } from "../shared-ui/Panel"; import { ProjectDialoguesPanel } from "./ProjectDialoguesPanel"; import { ProjectSequencerPane } from "./ProjectSequencerPane"; import { + DEFAULT_HELD_SEQUENCE_CLIP_DURATION_MINUTES, + DEFAULT_IMPULSE_SEQUENCE_CLIP_DURATION_MINUTES, + DEFAULT_PROJECT_SEQUENCE_DURATION_MINUTES, + getNextSequenceClipLane, getProjectSequenceImpulseSteps } from "../sequencer/project-sequence-steps"; import {