header.js 82 Bytes RawBlameHistoryPermalink 1 2 3 4 5 const header = (state = {}, action) => { return state; } export default header