import React, { Component } from 'react'; import { Grid } from 'react-bootstrap'; /** * user based redirection will take place here */ export class NonOrgApp extends Component { constructor(props) { super(props); this.state = { }; }; render(){ return (