// Global store: manifest, playhead (t_global), playing, rate, selected camera, audio source. // STUB — lane C (M4) fills this in. Kept as an empty module so the file exists per the // spec's repo layout; main.js does not import it yet. // Example shape lane C will build toward: // export const state = { manifest: null, tGlobal: 0, playing: false, rate: 1, // selectedCamera: null, audioSource: null }; export {};