export routes header component

This commit is contained in:
Matthias Hannig 2018-09-25 23:04:25 +02:00
parent 3a316bf931
commit ad6d10dd25

View File

@ -20,7 +20,7 @@ import {ROUTES_RECEIVED,
ROUTES_NOT_EXPORTED} from './actions';
const RoutesHeader = (props) => {
export const RoutesHeader = (props) => {
const type = props.type;
const rtype = {
[ROUTES_RECEIVED]: "accepted",