Skip to content
Fetching contributors…
Cannot retrieve contributors at this time
12 lines (10 sloc) 213 Bytes
import Hikes from './components/Hikes.jsx';
import Hike from './components/Hike.jsx';
export default {
path: 'videos',
component: Hikes,
childRoutes: [{
path: ':dashedName',
component: Hike
}]
};
Something went wrong with that request. Please try again.