|
|
|
@ -2,7 +2,7 @@ import React from "react"; |
|
|
|
|
|
|
|
import { Typography, Tabs } from "antd"; |
|
|
|
|
|
|
|
import ContactTable from "../ContactTable"; |
|
|
|
import RegisterTable from "../RegisterTable"; |
|
|
|
|
|
|
|
import "./index.less"; |
|
|
|
|
|
|
|
@ -17,7 +17,7 @@ function DashboardContainer() { |
|
|
|
<Tabs defaultActiveKey="1"> |
|
|
|
<TabPane tab="Cadastros" key="1"> |
|
|
|
<p>Lista de cadastros submetidos pelo formulário do website.</p> |
|
|
|
<ContactTable /> |
|
|
|
<RegisterTable /> |
|
|
|
</TabPane> |
|
|
|
</Tabs> |
|
|
|
</div> |
|
|
|
|