export default function* consoleLog(action) {
	console.log('%cACTION', 'background:black;color:white;padding:15px', action);
}
