export const CREATE_SCENE = 'CREATE_SCENE'; export function createScene(title, resolution) { return { type: CREATE_SCENE, title, resolution } }