import React from "react" import { Content, Row, Col, Box, Button } from "adminlte-2-react" class Example extends React.Component { state = {} render() { return ( } > Hello World Content goes here ) } } export default Example