Add TabelaDocumentos to recent documents section on index page
This commit is contained in:
parent
4d346633c2
commit
cb2c078c7c
@ -8,6 +8,7 @@ import Header from "../components/Header.mjs";
|
|||||||
import Page from "../components/Page.mjs";
|
import Page from "../components/Page.mjs";
|
||||||
import Section from "../components/Section.mjs";
|
import Section from "../components/Section.mjs";
|
||||||
import CriarDocumento from "../components/criarDocumento.mjs";
|
import CriarDocumento from "../components/criarDocumento.mjs";
|
||||||
|
import TabelaDocumentos from "../components/TabelaDocumentos.mjs";
|
||||||
|
|
||||||
export default function IndexPage() {
|
export default function IndexPage() {
|
||||||
return h(
|
return h(
|
||||||
@ -21,6 +22,11 @@ export default function IndexPage() {
|
|||||||
h(Margin, null, h(CriarDocumento)),
|
h(Margin, null, h(CriarDocumento)),
|
||||||
),
|
),
|
||||||
h(Section, null),
|
h(Section, null),
|
||||||
h(Section, null, h(Header, null, h(Heading, null, "Documentos Recentes"))),
|
h(
|
||||||
|
Section,
|
||||||
|
null,
|
||||||
|
h(Header, null, h(Heading, null, "Documentos Recentes")),
|
||||||
|
h(Margin, null, h(TabelaDocumentos)),
|
||||||
|
),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user