/* A dummy React component which we use for stubbing out app-level components */ import React from 'react'; export default function({ displayName = "StubComponent", render } = {}) { if (!render) { render = function() { return