|
|
@ -9,6 +9,7 @@ import TabelaProduto from "../../components/TabelaProdutos/index.jsx"; |
|
|
|
|
|
|
|
|
import "./index.less"; |
|
|
import "./index.less"; |
|
|
import GraficoStock from "../../components/GraficoStock/index.jsx"; |
|
|
import GraficoStock from "../../components/GraficoStock/index.jsx"; |
|
|
|
|
|
import Separadores from "../../components/Separadores/index.jsx"; |
|
|
|
|
|
|
|
|
export default class DashboardContainer extends Component { |
|
|
export default class DashboardContainer extends Component { |
|
|
constructor(props) { |
|
|
constructor(props) { |
|
|
@ -95,14 +96,16 @@ export default class DashboardContainer extends Component { |
|
|
return ( |
|
|
return ( |
|
|
<div className="my-dashboard"> |
|
|
<div className="my-dashboard"> |
|
|
|
|
|
|
|
|
<h1 style={styleh1}>Lojas</h1> |
|
|
|
|
|
|
|
|
{/* <h1 style={styleh1}>Lojas</h1> |
|
|
<TabelaLoja/> |
|
|
<TabelaLoja/> |
|
|
<h1 style={styleh1}>Produtos</h1> |
|
|
<h1 style={styleh1}>Produtos</h1> |
|
|
<TabelaProduto/> |
|
|
<TabelaProduto/> |
|
|
<h1 style={styleh1}>Categorias</h1> |
|
|
<h1 style={styleh1}>Categorias</h1> |
|
|
<TabelaCategoria/> |
|
|
<TabelaCategoria/> |
|
|
<h1 style={styleh1}>Gráfico</h1> |
|
|
<h1 style={styleh1}>Gráfico</h1> |
|
|
<GraficoStock/> |
|
|
|
|
|
|
|
|
<GraficoStock/> */} |
|
|
|
|
|
|
|
|
|
|
|
<Separadores/> |
|
|
|
|
|
|
|
|
</div> |
|
|
</div> |
|
|
); |
|
|
); |
|
|
|