export const reducer = (state: any, action: any) => { console.log(`[vince][redux] Action: `, action); return state; };