/* __.-._ * '-._"7' JediFocus * /'.-c * | /T Do. Or do not. * _)_/LI There is no try. * * This project is a part of the “Byte-Sized JavaScript” videocasts. * You can watch “Byte-Sized JavaScript” at: https://bytesized.tv/ * * MIT Licensed — See LICENSE.md * * Send your comments, suggestions, and feedback to me@volkan.io */ // @flow import type { NavigationProps } from 'jedifocus-navigations-types'; import React from 'react'; import PropTypes from 'prop-types'; import { IconAdd, IconBacklog, IconIceBox, IconLater, IconLowHangingFruits, IconRevisit, IconRunway } from 'jedifocus.icons'; import { ActionButton } from 'jedifocus.buttons'; const Navigation = ({ addNew, changeContext, context, passive }: NavigationProps) => (