197. Routing to Campaigns [index.js] import React, {Component} from 'react'; import factory from '../ethereum/factory'; import { Card, Button } from 'semantic-ui-react'; import Layout from '../components/Layout'; impor{Link} from '../routes'; class CampaignIndex extends Component{ static async getInitialProps(){ const campaigns = await factory.methods.getDeployedCampaigns().call(); return { camp..