(comp: Composition)
| 179 | // ── Lifecycle ───────────────────────────────────────────────────────────────── |
| 180 | |
| 181 | export function cleanup(comp: Composition): void { |
| 182 | comp.dispose(); |
| 183 | } |
| 184 | |
| 185 | function showError(msg: string): void { |
| 186 | console.error(msg); |