import React from 'react'; import { ErrorBoundary } from 'react-error-boundary'; import DashboardTopbar from 'components/Dashboard/DashboardTopbar'; import DashboardContentRoutes from 'components/Dashboard/DashboardContentRoute'; import DashboardErrorBoundary from './DashboardErrorBoundary'; export default React.forwardRef(({}, ref) => { return (
); });