/** * Internal dependencies */ import { State } from './types'; export const getChannels = ( state: State ) => { return state.channels; };