This commit is contained in:
charles-gauthereau
2025-02-21 08:43:01 +01:00
parent 0cf350cdcc
commit b1ecb7ce01
2 changed files with 4 additions and 2 deletions
@@ -1,4 +1,3 @@
"use server"
import {PageParams} from "@/types/next";
import {AgentCard} from "@/components/wrappers/dashboard/agent/AgentCard/AgentCard";
import {CardsWithPagination} from "@/components/wrappers/common/cards-with-pagination";
@@ -12,6 +11,9 @@ export default async function RoutePage(props: PageParams<{}>) {
const agents = await prisma.agent.findMany({})
return (
<Page>
<PageHeader>