import React from 'react'; import { Grid, Col } from 'react-bootstrap'; /** * The home page of the initialization module */ export default class Footer extends React.Component { render() { const path = window.app.contextPath + '/images/'; return ( ); } }