import React from 'react'; import { PropTypes } from 'prop-types'; import { withStyles } from '@material-ui/core/styles'; import styles from 'ba-containers/Templates/appStyles-jss'; import Error from './../Error'; class NotFoundDedicated extends React.Component { render() { const { classes } = this.props; return (