feat: table mode in editor

This commit is contained in:
Carlos Valente
2025-12-21 17:04:24 +01:00
committed by Carlos Valente
parent e5c5ec18d3
commit 0de55e74a8
17 changed files with 405 additions and 41 deletions
@@ -57,6 +57,7 @@ interface RundownProps {
}
export default function Rundown({ data, rundownMetadata }: RundownProps) {
// invoke the compiler for the component
'use memo';
const { order, entries, id } = data;