wip: create document workflow

This commit is contained in:
Mythie
2023-06-10 22:33:12 +10:00
parent 803ebccee3
commit b0e364acf4
9 changed files with 506 additions and 54 deletions

View File

@ -30,7 +30,7 @@ export default async function DashboardPage() {
findDocuments({
userId: session.id,
perPage: 10,
}).then((r) => ({ ...r, data: [] })),
}),
]);
return (