refactor: maintain flat orders

This commit is contained in:
Carlos Valente
2025-04-17 10:12:06 +02:00
committed by arc-alex
parent dd6d74121c
commit 3754c374c3
13 changed files with 71 additions and 25 deletions
+1
View File
@@ -5,6 +5,7 @@ export const defaultRundown: Rundown = {
id: 'default',
title: 'Default',
order: [],
flatOrder: [],
entries: {},
revision: 0,
};