export routes header component
This commit is contained in:
parent
3a316bf931
commit
ad6d10dd25
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user