More on routing

This commit is contained in:
Tom Raithel
2017-02-20 22:51:30 +01:00
parent 00b31d8414
commit 517df35b94
9 changed files with 70 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react';
import HeroHeadline from './HeroHeadline';
import QuadrantGrid from './QuadrantGrid';
export default function PageIndex({ items }) {
export default function PageIndex({ items, navigate }) {
return (
<div>
<div className="headline-group">